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.9 (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 303 lines ...
Items: {{TypeMeta: {Kind: "Pipeline", APIVersion: "tekton.dev/v1"}, ObjectMeta: {Name: "output-pipeline", Namespace: "testcli-sp4vx", UID: "70c26927-588b-4078-bbd3-59c74e89bcea", ResourceVersion: "2950", ...}, Spec: {Tasks: {{Name: "first-create-file", TaskRef: &{Name: "create-file-verify", Kind: "Task"}, Retries: 3, Params: {{Name: "message", Value: {Type: "string", StringVal: "$(params.message)"}}, {Name: "filename", Value: {Type: "string", StringVal: "$(params.filename)"}}}, ...}}, Params: {{Name: "message", Type: "string", Default: &{Type: "string", StringVal: "hello"}}, {Name: "filename", Type: "string"}}, Workspaces: {{Name: "shared-data"}}}}},
}
=== RUN TestPipelinesE2E/Pipeline_json_Schema_validation_with_-o_(output)_flag,_as_Json_
=== RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-sp4vx
=== 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-d5kqx
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E (12.61s)
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.48s)
--- PASS: TestPipelineInteractiveStartWithOptionalWorkspaceE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (9.87s)
... skipping 158 lines ...
kind: TaskRun
name: output-pipeline-run-7mjtl-first-create-file
pipelineTaskName: first-create-file
completionTime: "2024-11-08T15:04:10Z"
conditions:
- lastTransitionTime: "2024-11-08T15:04:10Z"
message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0'
reason: Succeeded
status: "True"
type: Succeeded
pipelineSpec:
params:
- default: hello
... skipping 145 lines ...
- apiVersion: tekton.dev/v1
kind: TaskRun
name: output-pipeline-run-vhmk9-first-create-file
pipelineTaskName: first-create-file
conditions:
- lastTransitionTime: "2024-11-08T15:03:28Z"
message: 'Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped:
0'
reason: Running
status: Unknown
type: Succeeded
pipelineSpec:
params:
... skipping 146 lines ...
- apiVersion: tekton.dev/v1
kind: TaskRun
name: output-pipeline-run-xtwnw-first-create-file
pipelineTaskName: first-create-file
conditions:
- lastTransitionTime: "2024-11-08T15:03:27Z"
message: 'Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped:
0'
reason: Running
status: Unknown
type: Succeeded
pipelineSpec:
params:
... skipping 3162 lines ...
>>> Container step-read:
test-e2e
=== RUN TestPipelinesE2E/Get_list_of_Taskruns_from_namespace__testcli-sp4vx
=== RUN TestPipelinesE2E/Validate_Pipeline_describe_command_in_namespace_testcli-sp4vx_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
logs.go:35: build logs
>>> Container step-create-new-file:
>>> Container step-write-new-stuff:
>>> Container step-read:
test-e2e
--- FAIL: TestPipelineInteractiveStartE2E (52.55s)
--- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_SA_as_'pipeline'_ (0.38s)
--- FAIL: TestPipelineInteractiveStartE2E/Validate_pipeline_logs,_with__follow_mode_(-f)_and_--last_ (0.30s)
--- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_using_--use-param-defaults_and_some_of_the_params_not_having_default_ (0.38s)
--- PASS: TestPipelineInteractiveStartE2E/Start_PipelineRun_using_pipeline_start_interactively_with_--param_flag_and_--use-param-defaults_and_some_of_the_params_not_having_default_ (0.28s)
--- PASS: TestPipelineInteractiveStartE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (42.36s)
=== NAME TestPipelinesE2E
pipeline_test.go:260: Creating Pipeline pipeline-with-workspace in namespace: testcli-sp4vx
=== RUN TestPipelinesE2E/Start_PipelineRun_with_--workspace_and_volumeClaimTemplate
... skipping 18 lines ...
--- PASS: TestPipelinesE2E/Validate_interactive_pipeline_logs,_with__follow_mode_(-f)_ (0.35s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_tkn_pipeline_start_--last (41.05s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_--workspace_and_volumeClaimTemplate (9.57s)
--- PASS: TestPipelinesE2E/Start_PipelineRun_with_--pod-template (37.87s)
--- PASS: TestPipelinesE2E/Cancel_finished_PipelineRun_with_tkn_pipelinerun_cancel (0.12s)
--- PASS: TestPipelinesE2E/Cancel_PipelineRun_with_tkn_pipelinerun_cancel (2.26s)
FAIL
FAIL github.com/tektoncd/cli/test/e2e/pipeline 145.064s
=== RUN TestPipelineRunLogE2E
=== PAUSE TestPipelineRunLogE2E
=== RUN TestClusterResolverPipelineRunLogE2E
=== PAUSE TestClusterResolverPipelineRunLogE2E
=== CONT TestClusterResolverPipelineRunLogE2E
=== CONT TestPipelineRunLogE2E
... skipping 114 lines ...
--- PASS: TestTaskStartE2E/Cancel_finished_TaskRun_with_tkn_taskrun_cancel (1.15s)
--- PASS: TestTaskStartE2E/Cancel_TaskRun_with_tkn_taskrun_cancel (2.29s)
--- PASS: TestTaskStartE2E/Start_TaskRun_using_tkn_task_start_with_--last_option (7.54s)
--- PASS: TestTaskStartE2E/Start_Task_interactively_with_optional_workspace_(yes) (5.16s)
PASS
ok github.com/tektoncd/cli/test/e2e/task 71.554s
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-h64rt 1/1 Running 0 11m
kube-system pod/coredns-5dd5756b68-h6wqw 1/1 Running 0 11m
... skipping 85 lines ...
tekton-pipelines tekton-pipelines-webhook ClusterIP 10.96.25.236 <none> 9090/TCP,8008/TCP,443/TCP,8080/TCP 7m8s
tekton-pipelines tekton-triggers-controller ClusterIP 10.96.51.154 <none> 9000/TCP 6m55s
tekton-pipelines tekton-triggers-core-interceptors ClusterIP 10.96.201.181 <none> 8443/TCP 6m48s
tekton-pipelines tekton-triggers-webhook ClusterIP 10.96.224.233 <none> 443/TCP 6m55s
>>> Events:
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
default 2m7s Warning FailedToCreateEndpoint endpoints/el-github-listener-interceptor Failed to create endpoint for service testcli-ftf4z/el-github-listener-interceptor: endpoints "el-github-listener-interceptor" already exists
default 11m Normal Starting node/kind-control-plane Starting kubelet.
default 11m Warning InvalidDiskCapacity node/kind-control-plane invalid capacity 0 on image filesystem
default 11m Normal NodeAllocatableEnforced node/kind-control-plane Updated Node Allocatable limit across pods
default 11m Normal NodeHasSufficientMemory node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientMemory
default 11m Normal NodeHasNoDiskPressure node/kind-control-plane Node kind-control-plane status is now: NodeHasNoDiskPressure
default 11m Normal NodeHasSufficientPID node/kind-control-plane Node kind-control-plane status is now: NodeHasSufficientPID
... skipping 20 lines ...
default 10m Normal NodeReady node/kind-worker3 Node kind-worker3 status is now: NodeReady
kube-system 11m Warning FailedScheduling pod/coredns-5dd5756b68-h64rt 0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
kube-system 11m Normal Scheduled pod/coredns-5dd5756b68-h64rt Successfully assigned kube-system/coredns-5dd5756b68-h64rt to kind-control-plane
kube-system 11m Normal Pulled pod/coredns-5dd5756b68-h64rt Container image "registry.k8s.io/coredns/coredns:v1.10.1" already present on machine
kube-system 11m Normal Created pod/coredns-5dd5756b68-h64rt Created container coredns
kube-system 11m Normal Started pod/coredns-5dd5756b68-h64rt Started container coredns
kube-system 11m Warning Unhealthy pod/coredns-5dd5756b68-h64rt Readiness probe failed: Get "http://10.244.0.3:8181/ready": dial tcp 10.244.0.3:8181: connect: connection refused
kube-system 11m Warning FailedScheduling pod/coredns-5dd5756b68-h6wqw 0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling..
kube-system 11m Normal Scheduled pod/coredns-5dd5756b68-h6wqw Successfully assigned kube-system/coredns-5dd5756b68-h6wqw to kind-control-plane
kube-system 11m Normal Pulled pod/coredns-5dd5756b68-h6wqw Container image "registry.k8s.io/coredns/coredns:v1.10.1" already present on machine
kube-system 11m Normal Created pod/coredns-5dd5756b68-h6wqw Created container coredns
kube-system 11m Normal Started pod/coredns-5dd5756b68-h6wqw Started container coredns
kube-system 11m Warning Unhealthy pod/coredns-5dd5756b68-h6wqw Readiness probe failed: Get "http://10.244.0.2:8181/ready": dial tcp 10.244.0.2:8181: connect: connection refused
kube-system 11m Normal SuccessfulCreate replicaset/coredns-5dd5756b68 Created pod: coredns-5dd5756b68-h6wqw
kube-system 11m Normal SuccessfulCreate replicaset/coredns-5dd5756b68 Created pod: coredns-5dd5756b68-h64rt
kube-system 11m Normal ScalingReplicaSet deployment/coredns Scaled up replica set coredns-5dd5756b68 to 2
kube-system 11m Warning NodeNotReady pod/etcd-kind-control-plane Node is not ready
kube-system 10m Normal Scheduled pod/kindnet-97bpl Successfully assigned kube-system/kindnet-97bpl to kind-worker3
kube-system 10m Normal Pulled pod/kindnet-97bpl Container image "docker.io/kindest/kindnetd:v20240513-cd2ac642" already present on machine
... skipping 55 lines ...
local-path-storage 11m Normal Created pod/local-path-provisioner-75b59d495-kvqc6 Created container local-path-provisioner
local-path-storage 11m Normal Started pod/local-path-provisioner-75b59d495-kvqc6 Started container local-path-provisioner
local-path-storage 11m Normal SuccessfulCreate replicaset/local-path-provisioner-75b59d495 Created pod: local-path-provisioner-75b59d495-kvqc6
local-path-storage 11m Normal ScalingReplicaSet deployment/local-path-provisioner Scaled up replica set local-path-provisioner-75b59d495 to 1
metallb-system 10m Warning FailedScheduling pod/controller-5c6b6c8447-bkbt4 0/4 nodes are available: 1 node(s) had untolerated taint {node-role.kubernetes.io/control-plane: }, 3 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling..
metallb-system 10m Normal Scheduled pod/controller-5c6b6c8447-bkbt4 Successfully assigned metallb-system/controller-5c6b6c8447-bkbt4 to kind-worker2
metallb-system 10m Warning FailedMount pod/controller-5c6b6c8447-bkbt4 MountVolume.SetUp failed for volume "cert" : failed to sync secret cache: timed out waiting for the condition
metallb-system 10m Warning FailedMount pod/controller-5c6b6c8447-bkbt4 MountVolume.SetUp failed for volume "kube-api-access-c7th9" : failed to sync configmap cache: timed out waiting for the condition
metallb-system 10m Normal Pulling pod/controller-5c6b6c8447-bkbt4 Pulling image "quay.io/metallb/controller:v0.13.10"
metallb-system 10m Normal Pulled pod/controller-5c6b6c8447-bkbt4 Successfully pulled image "quay.io/metallb/controller:v0.13.10" in 3.367s (9.476s including waiting)
metallb-system 10m Normal Created pod/controller-5c6b6c8447-bkbt4 Created container controller
metallb-system 10m Normal Started pod/controller-5c6b6c8447-bkbt4 Started container controller
metallb-system 10m Normal SuccessfulCreate replicaset/controller-5c6b6c8447 Created pod: controller-5c6b6c8447-bkbt4
metallb-system 10m Normal ScalingReplicaSet deployment/controller Scaled up replica set controller-5c6b6c8447 to 1
metallb-system 10m Normal Scheduled pod/speaker-74pqq Successfully assigned metallb-system/speaker-74pqq to kind-worker2
metallb-system 10m Warning FailedMount pod/speaker-74pqq MountVolume.SetUp failed for volume "kube-api-access-9mkh2" : failed to sync configmap cache: timed out waiting for the condition
metallb-system 10m Normal Pulling pod/speaker-74pqq Pulling image "quay.io/metallb/speaker:v0.13.10"
metallb-system 10m Normal Pulled pod/speaker-74pqq Successfully pulled image "quay.io/metallb/speaker:v0.13.10" in 6.208s (6.208s including waiting)
metallb-system 10m Normal Created pod/speaker-74pqq Created container speaker
metallb-system 10m Normal Started pod/speaker-74pqq Started container speaker
metallb-system 10m Normal Scheduled pod/speaker-frtmj Successfully assigned metallb-system/speaker-frtmj to kind-control-plane
metallb-system 10m Normal Pulling pod/speaker-frtmj Pulling image "quay.io/metallb/speaker:v0.13.10"
... skipping 39 lines ...
tekton-pipelines 7m7s Normal Pulling pod/tekton-pipelines-webhook-846bd5bbdc-7lrws Pulling image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v0.65.0@sha256:268ccf3ec8b3f861313ab0e422b85012b734099e7135611935e92567dfd55b04"
tekton-pipelines 7m4s Normal Pulled pod/tekton-pipelines-webhook-846bd5bbdc-7lrws Successfully pulled image "ghcr.io/tektoncd/pipeline/webhook-d4749e605405422fd87700164e31b2d1:v0.65.0@sha256:268ccf3ec8b3f861313ab0e422b85012b734099e7135611935e92567dfd55b04" in 1.696s (3.704s including waiting)
tekton-pipelines 7m4s Normal Created pod/tekton-pipelines-webhook-846bd5bbdc-7lrws Created container webhook
tekton-pipelines 7m3s Normal Started pod/tekton-pipelines-webhook-846bd5bbdc-7lrws Started container webhook
tekton-pipelines 7m8s Normal SuccessfulCreate replicaset/tekton-pipelines-webhook-846bd5bbdc Created pod: tekton-pipelines-webhook-846bd5bbdc-7lrws
tekton-pipelines 7m8s Normal ScalingReplicaSet deployment/tekton-pipelines-webhook Scaled up replica set tekton-pipelines-webhook-846bd5bbdc to 1
tekton-pipelines 113s 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 4m8s 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 6m55s Normal Scheduled pod/tekton-triggers-controller-69d6cc7798-kc26j Successfully assigned tekton-pipelines/tekton-triggers-controller-69d6cc7798-kc26j to kind-worker2
tekton-pipelines 6m54s Warning FailedMount pod/tekton-triggers-controller-69d6cc7798-kc26j MountVolume.SetUp failed for volume "kube-api-access-hgm67" : failed to sync configmap cache: timed out waiting for the condition
tekton-pipelines 6m53s Normal Pulling pod/tekton-triggers-controller-69d6cc7798-kc26j Pulling image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20241108-c6d2a8dfae@sha256:aee611471ef3c8767ebf9fb5e24185bb2233bdb61f62dcbe18eeb6cf8613094e"
tekton-pipelines 6m51s Normal Pulled pod/tekton-triggers-controller-69d6cc7798-kc26j Successfully pulled image "ghcr.io/tektoncd/triggers/controller-f656ca31de179ab913fa76abc255c315:v20241108-c6d2a8dfae@sha256:aee611471ef3c8767ebf9fb5e24185bb2233bdb61f62dcbe18eeb6cf8613094e" in 1.875s (1.875s including waiting)
tekton-pipelines 6m51s Normal Created pod/tekton-triggers-controller-69d6cc7798-kc26j Created container tekton-triggers-controller
tekton-pipelines 6m51s Normal Started pod/tekton-triggers-controller-69d6cc7798-kc26j Started container tekton-triggers-controller
tekton-pipelines 6m55s Normal SuccessfulCreate replicaset/tekton-triggers-controller-69d6cc7798 Created pod: tekton-triggers-controller-69d6cc7798-kc26j
tekton-pipelines 6m55s Normal ScalingReplicaSet deployment/tekton-triggers-controller Scaled up replica set tekton-triggers-controller-69d6cc7798 to 1
... skipping 2 lines ...
tekton-pipelines 6m45s Normal Pulled pod/tekton-triggers-core-interceptors-c895dd778-jb7pm Successfully pulled image "ghcr.io/tektoncd/triggers/interceptors-3176d6a3f314c3655b30bfd36e421dd5:v20241108-c6d2a8dfae@sha256:d2898b90afce06e10773af96e150f49c4d63db0ccb6ca93a466c38fa5c1ebb01" in 2.012s (2.013s including waiting)
tekton-pipelines 6m45s Normal Created pod/tekton-triggers-core-interceptors-c895dd778-jb7pm Created container tekton-triggers-core-interceptors
tekton-pipelines 6m45s Normal Started pod/tekton-triggers-core-interceptors-c895dd778-jb7pm Started container tekton-triggers-core-interceptors
tekton-pipelines 6m48s Normal SuccessfulCreate replicaset/tekton-triggers-core-interceptors-c895dd778 Created pod: tekton-triggers-core-interceptors-c895dd778-jb7pm
tekton-pipelines 6m48s Normal ScalingReplicaSet deployment/tekton-triggers-core-interceptors Scaled up replica set tekton-triggers-core-interceptors-c895dd778 to 1
tekton-pipelines 6m55s Normal Scheduled pod/tekton-triggers-webhook-66bd56ffc9-bhklv Successfully assigned tekton-pipelines/tekton-triggers-webhook-66bd56ffc9-bhklv to kind-worker2
tekton-pipelines 6m53s Warning FailedMount pod/tekton-triggers-webhook-66bd56ffc9-bhklv MountVolume.SetUp failed for volume "kube-api-access-jdx67" : failed to sync configmap cache: timed out waiting for the condition
tekton-pipelines 6m53s Normal Pulling pod/tekton-triggers-webhook-66bd56ffc9-bhklv Pulling image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20241108-c6d2a8dfae@sha256:fd61d84cd87bb0a1817e37458fe275ab69f3b6f372fb8e4d8ec4f33033a3509c"
tekton-pipelines 6m49s Normal Pulled pod/tekton-triggers-webhook-66bd56ffc9-bhklv Successfully pulled image "ghcr.io/tektoncd/triggers/webhook-dd1edc925ee1772a9f76e2c1bc291ef6:v20241108-c6d2a8dfae@sha256:fd61d84cd87bb0a1817e37458fe275ab69f3b6f372fb8e4d8ec4f33033a3509c" in 1.691s (3.546s including waiting)
tekton-pipelines 6m49s Normal Created pod/tekton-triggers-webhook-66bd56ffc9-bhklv Created container webhook
tekton-pipelines 6m49s Normal Started pod/tekton-triggers-webhook-66bd56ffc9-bhklv Started container webhook
tekton-pipelines 6m55s Normal SuccessfulCreate replicaset/tekton-triggers-webhook-66bd56ffc9 Created pod: tekton-triggers-webhook-66bd56ffc9-bhklv
tekton-pipelines 6m55s Normal ScalingReplicaSet deployment/tekton-triggers-webhook Scaled up replica set tekton-triggers-webhook-66bd56ffc9 to 1
tektoncd 5m53s Warning FailedCreate replicaset/el-github-listener-interceptor-76f6d988fb Error creating: pods "el-github-listener-interceptor-76f6d988fb-" is forbidden: error looking up service account tektoncd/tekton-triggers-github-sa: serviceaccount "tekton-triggers-github-sa" not found
tektoncd 6m14s Normal ScalingReplicaSet deployment/el-github-listener-interceptor Scaled up replica set el-github-listener-interceptor-76f6d988fb to 3
tektoncd 6m14s 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 6m14s Normal Scheduled pod/output-pipeline-run-first-create-file-pod Successfully assigned tektoncd/output-pipeline-run-first-create-file-pod to kind-worker
tektoncd 6m13s Normal Pulling pod/output-pipeline-run-first-create-file-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1"
tektoncd 6m12s 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.806s (1.806s including waiting)
tektoncd 6m12s Normal Created pod/output-pipeline-run-first-create-file-pod Created container prepare
... skipping 19 lines ...
tektoncd 6m14s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
tektoncd 6m10s Normal Pending taskrun/output-pipeline-run-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
tektoncd 6m8s 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 6m4s Normal Running taskrun/output-pipeline-run-first-create-file Not all Steps in the Task have finished executing
tektoncd 6m2s Normal Succeeded taskrun/output-pipeline-run-first-create-file All Steps have completed executing
tektoncd 6m14s Normal Started pipelinerun/output-pipeline-run
tektoncd 6m14s Normal Running pipelinerun/output-pipeline-run Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
tektoncd 6m2s Normal Succeeded pipelinerun/output-pipeline-run Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
tektoncd 6m14s Normal Scheduled pod/test-template-volume-pod Successfully assigned tektoncd/test-template-volume-pod to kind-worker2
tektoncd 6m13s Normal Pulling pod/test-template-volume-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1"
tektoncd 6m11s Normal Pulled pod/test-template-volume-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" in 1.874s (1.874s including waiting)
tektoncd 6m11s Normal Created pod/test-template-volume-pod Created container prepare
tektoncd 6m11s Normal Started pod/test-template-volume-pod Started container prepare
tektoncd 6m10s Normal Pulling pod/test-template-volume-pod Pulling image "ubuntu"
... skipping 34 lines ...
testcli-rdx9k 2m20s Normal Pending taskrun/output-pipeline-run-7mjtl-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-rdx9k 2m19s Normal Pending taskrun/output-pipeline-run-7mjtl-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-rdx9k 2m17s Normal Pending taskrun/output-pipeline-run-7mjtl-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-rdx9k 2m13s Normal Running taskrun/output-pipeline-run-7mjtl-first-create-file Not all Steps in the Task have finished executing
testcli-rdx9k 100s Normal Succeeded taskrun/output-pipeline-run-7mjtl-first-create-file All Steps have completed executing
testcli-rdx9k 2m22s Normal Started pipelinerun/output-pipeline-run-7mjtl
testcli-rdx9k 2m22s Normal Running pipelinerun/output-pipeline-run-7mjtl Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-rdx9k 100s Normal Succeeded pipelinerun/output-pipeline-run-7mjtl Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-rdx9k 2m21s Normal Scheduled pod/output-pipeline-run-vhmk9-first-create-file-pod Successfully assigned testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file-pod to kind-worker
testcli-rdx9k 2m20s Normal Pulled pod/output-pipeline-run-vhmk9-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-rdx9k 2m20s Normal Created pod/output-pipeline-run-vhmk9-first-create-file-pod Created container prepare
testcli-rdx9k 2m19s Normal Started pod/output-pipeline-run-vhmk9-first-create-file-pod Started container prepare
testcli-rdx9k 2m17s Normal Pulled pod/output-pipeline-run-vhmk9-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-rdx9k 2m17s Normal Created pod/output-pipeline-run-vhmk9-first-create-file-pod Created container place-scripts
... skipping 15 lines ...
testcli-rdx9k 2m20s Normal Pending taskrun/output-pipeline-run-vhmk9-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-rdx9k 2m17s Normal Pending taskrun/output-pipeline-run-vhmk9-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-rdx9k 2m15s Normal Pending taskrun/output-pipeline-run-vhmk9-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-rdx9k 2m12s Normal Running taskrun/output-pipeline-run-vhmk9-first-create-file Not all Steps in the Task have finished executing
testcli-rdx9k 99s Normal Succeeded taskrun/output-pipeline-run-vhmk9-first-create-file All Steps have completed executing
testcli-rdx9k 2m22s Normal Started pipelinerun/output-pipeline-run-vhmk9
testcli-rdx9k 2m22s Normal Running pipelinerun/output-pipeline-run-vhmk9 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-rdx9k 99s Normal Succeeded pipelinerun/output-pipeline-run-vhmk9 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-rdx9k 2m22s Normal Scheduled pod/output-pipeline-run-xtwnw-first-create-file-pod Successfully assigned testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file-pod to kind-worker3
testcli-rdx9k 2m21s Normal Pulling pod/output-pipeline-run-xtwnw-first-create-file-pod Pulling image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1"
testcli-rdx9k 2m15s Normal Pulled pod/output-pipeline-run-xtwnw-first-create-file-pod Successfully pulled image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" in 2.172s (5.313s including waiting)
testcli-rdx9k 2m15s Normal Created pod/output-pipeline-run-xtwnw-first-create-file-pod Created container prepare
testcli-rdx9k 2m15s Normal Started pod/output-pipeline-run-xtwnw-first-create-file-pod Started container prepare
testcli-rdx9k 2m14s Normal Pulling pod/output-pipeline-run-xtwnw-first-create-file-pod Pulling image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791"
... skipping 17 lines ...
testcli-rdx9k 2m22s Normal Pending taskrun/output-pipeline-run-xtwnw-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-rdx9k 2m14s Normal Pending taskrun/output-pipeline-run-xtwnw-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-rdx9k 2m12s Normal Pending taskrun/output-pipeline-run-xtwnw-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-rdx9k 2m6s Normal Running taskrun/output-pipeline-run-xtwnw-first-create-file Not all Steps in the Task have finished executing
testcli-rdx9k 93s Normal Succeeded taskrun/output-pipeline-run-xtwnw-first-create-file All Steps have completed executing
testcli-rdx9k 2m23s Normal Started pipelinerun/output-pipeline-run-xtwnw
testcli-rdx9k 2m23s Normal Running pipelinerun/output-pipeline-run-xtwnw Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-rdx9k 93s Normal Succeeded pipelinerun/output-pipeline-run-xtwnw Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-sp4vx 48s Normal Scheduled pod/affinity-assistant-d70ff23a26-0 Successfully assigned testcli-sp4vx/affinity-assistant-d70ff23a26-0 to kind-worker
testcli-sp4vx 47s Normal Pulling pod/affinity-assistant-d70ff23a26-0 Pulling image "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v0.65.0@sha256:3d7788764e58c78401c8f6bff18d8df22724446108c659baf4b14901b38030d3"
testcli-sp4vx 46s Normal Pulled pod/affinity-assistant-d70ff23a26-0 Successfully pulled image "ghcr.io/tektoncd/pipeline/nop-8eac7c133edad5df719dc37b36b62482:v0.65.0@sha256:3d7788764e58c78401c8f6bff18d8df22724446108c659baf4b14901b38030d3" in 877ms (877ms including waiting)
testcli-sp4vx 46s Normal Created pod/affinity-assistant-d70ff23a26-0 Created container affinity-assistant
testcli-sp4vx 45s Normal Started pod/affinity-assistant-d70ff23a26-0 Started container affinity-assistant
testcli-sp4vx 42s Normal Killing pod/affinity-assistant-d70ff23a26-0 Stopping container affinity-assistant
... skipping 22 lines ...
testcli-sp4vx 43s Normal Pending taskrun/output-pipeline-run-k78c7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-sp4vx 42s Normal Pending taskrun/output-pipeline-run-k78c7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-sp4vx 41s Normal Pending taskrun/output-pipeline-run-k78c7-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-sp4vx 39s Normal Running taskrun/output-pipeline-run-k78c7-first-create-file Not all Steps in the Task have finished executing
testcli-sp4vx 7s Normal Succeeded taskrun/output-pipeline-run-k78c7-first-create-file All Steps have completed executing
testcli-sp4vx 43s Normal Started pipelinerun/output-pipeline-run-k78c7
testcli-sp4vx 43s Normal Running pipelinerun/output-pipeline-run-k78c7 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-sp4vx 7s Normal Succeeded pipelinerun/output-pipeline-run-k78c7 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-sp4vx 95s Normal Scheduled pod/output-pipeline-run-m8dm7-first-create-file-pod Successfully assigned testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file-pod to kind-worker
testcli-sp4vx 94s Normal Pulled pod/output-pipeline-run-m8dm7-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-sp4vx 94s Normal Created pod/output-pipeline-run-m8dm7-first-create-file-pod Created container prepare
testcli-sp4vx 94s Normal Started pod/output-pipeline-run-m8dm7-first-create-file-pod Started container prepare
testcli-sp4vx 93s Normal Pulled pod/output-pipeline-run-m8dm7-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-sp4vx 93s Normal Created pod/output-pipeline-run-m8dm7-first-create-file-pod Created container place-scripts
... skipping 15 lines ...
testcli-sp4vx 94s Normal Pending taskrun/output-pipeline-run-m8dm7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-sp4vx 93s Normal Pending taskrun/output-pipeline-run-m8dm7-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-sp4vx 92s Normal Pending taskrun/output-pipeline-run-m8dm7-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-sp4vx 88s Normal Running taskrun/output-pipeline-run-m8dm7-first-create-file Not all Steps in the Task have finished executing
testcli-sp4vx 55s Normal Succeeded taskrun/output-pipeline-run-m8dm7-first-create-file All Steps have completed executing
testcli-sp4vx 95s Normal Started pipelinerun/output-pipeline-run-m8dm7
testcli-sp4vx 95s Normal Running pipelinerun/output-pipeline-run-m8dm7 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-sp4vx 55s Normal Succeeded pipelinerun/output-pipeline-run-m8dm7 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-sp4vx 2m18s Normal Scheduled pod/output-pipeline-run-qmcm5-first-create-file-pod Successfully assigned testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file-pod to kind-worker2
testcli-sp4vx 2m17s Normal Pulled pod/output-pipeline-run-qmcm5-first-create-file-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-sp4vx 2m17s Normal Created pod/output-pipeline-run-qmcm5-first-create-file-pod Created container prepare
testcli-sp4vx 2m17s Normal Started pod/output-pipeline-run-qmcm5-first-create-file-pod Started container prepare
testcli-sp4vx 2m15s Normal Pulled pod/output-pipeline-run-qmcm5-first-create-file-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-sp4vx 2m15s Normal Created pod/output-pipeline-run-qmcm5-first-create-file-pod Created container place-scripts
... skipping 15 lines ...
testcli-sp4vx 2m18s Normal Pending taskrun/output-pipeline-run-qmcm5-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-sp4vx 2m15s Normal Pending taskrun/output-pipeline-run-qmcm5-first-create-file pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-sp4vx 2m14s Normal Pending taskrun/output-pipeline-run-qmcm5-first-create-file pod status "Ready":"False"; message: "containers with unready status: [step-create-new-file step-write-new-stuff step-read]"
testcli-sp4vx 2m11s Normal Running taskrun/output-pipeline-run-qmcm5-first-create-file Not all Steps in the Task have finished executing
testcli-sp4vx 98s Normal Succeeded taskrun/output-pipeline-run-qmcm5-first-create-file All Steps have completed executing
testcli-sp4vx 2m18s Normal Started pipelinerun/output-pipeline-run-qmcm5
testcli-sp4vx 2m18s Normal Running pipelinerun/output-pipeline-run-qmcm5 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-sp4vx 98s Normal Succeeded pipelinerun/output-pipeline-run-qmcm5 Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-sp4vx 48s Normal Scheduled pod/pipeline-with-workspace-run-67hwl-reader-pod Successfully assigned testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader-pod to kind-worker
testcli-sp4vx 48s Normal Pulled pod/pipeline-with-workspace-run-67hwl-reader-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-sp4vx 48s Normal Created pod/pipeline-with-workspace-run-67hwl-reader-pod Created container prepare
testcli-sp4vx 48s Normal Started pod/pipeline-with-workspace-run-67hwl-reader-pod Started container prepare
testcli-sp4vx 47s Normal Pulled pod/pipeline-with-workspace-run-67hwl-reader-pod Container image "cgr.dev/chainguard/busybox@sha256:19f02276bf8dbdd62f069b922f10c65262cc34b710eea26ff928129a736be791" already present on machine
testcli-sp4vx 47s Normal Created pod/pipeline-with-workspace-run-67hwl-reader-pod Created container place-scripts
... skipping 7 lines ...
testcli-sp4vx 48s Normal Pending taskrun/pipeline-with-workspace-run-67hwl-reader pod status "Initialized":"False"; message: "containers with incomplete status: [prepare place-scripts]"
testcli-sp4vx 47s Normal Pending taskrun/pipeline-with-workspace-run-67hwl-reader pod status "Initialized":"False"; message: "containers with incomplete status: [place-scripts]"
testcli-sp4vx 46s Normal Pending taskrun/pipeline-with-workspace-run-67hwl-reader pod status "Ready":"False"; message: "containers with unready status: [step-list-files]"
testcli-sp4vx 45s Normal Running taskrun/pipeline-with-workspace-run-67hwl-reader Not all Steps in the Task have finished executing
testcli-sp4vx 44s Normal Succeeded taskrun/pipeline-with-workspace-run-67hwl-reader All Steps have completed executing
testcli-sp4vx 53s Normal Started pipelinerun/pipeline-with-workspace-run-67hwl
testcli-sp4vx 52s Normal Running pipelinerun/pipeline-with-workspace-run-67hwl Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-sp4vx 44s Normal Succeeded pipelinerun/pipeline-with-workspace-run-67hwl Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0
testcli-sp4vx 53s Normal WaitForFirstConsumer persistentvolumeclaim/pvc-0782823553 waiting for first consumer to be created before binding
testcli-sp4vx 51s Normal ExternalProvisioning persistentvolumeclaim/pvc-0782823553 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-sp4vx 52s Normal Provisioning persistentvolumeclaim/pvc-0782823553 External provisioner is provisioning volume for claim "testcli-sp4vx/pvc-0782823553"
testcli-sp4vx 49s Normal ProvisioningSucceeded persistentvolumeclaim/pvc-0782823553 Successfully provisioned volume pvc-0d590505-e5a4-436a-9506-b161f34adc3c
testcli-sp4vx 3s Normal Scheduled pod/sleep-pipeline-run-pcpq9-pipelinetask1-pod Successfully assigned testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1-pod to kind-worker
testcli-sp4vx 3s Normal Pulled pod/sleep-pipeline-run-pcpq9-pipelinetask1-pod Container image "ghcr.io/tektoncd/pipeline/entrypoint-bff0a22da108bc2f16c818c97641a296:v0.65.0@sha256:7b53db05ce43e10e08affddc41d8298fdd20a4ae9954f8f69f21319b1264aea1" already present on machine
testcli-sp4vx 3s Normal Created pod/sleep-pipeline-run-pcpq9-pipelinetask1-pod Created container prepare
testcli-sp4vx 2s Normal Started pod/sleep-pipeline-run-pcpq9-pipelinetask1-pod Started container prepare
testcli-sp4vx 3s Normal Started taskrun/sleep-pipeline-run-pcpq9-pipelinetask1
testcli-sp4vx 3s Normal Pending taskrun/sleep-pipeline-run-pcpq9-pipelinetask1 Pending
testcli-sp4vx 3s Normal Pending taskrun/sleep-pipeline-run-pcpq9-pipelinetask1 pod status "Initialized":"False"; message: "containers with incomplete status: [prepare]"
testcli-sp4vx 2s Warning Failed taskrun/sleep-pipeline-run-pcpq9-pipelinetask1 TaskRun "sleep-pipeline-run-pcpq9-pipelinetask1" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.
testcli-sp4vx 3s Normal Started pipelinerun/sleep-pipeline-run-pcpq9
testcli-sp4vx 3s Normal Running pipelinerun/sleep-pipeline-run-pcpq9 Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0
testcli-sp4vx 2s Warning Failed pipelinerun/sleep-pipeline-run-pcpq9 PipelineRun "sleep-pipeline-run-pcpq9" was cancelled
>>> Pipeline controller log:
2024/11/08 14:58:45 Registering 8 clients
2024/11/08 14:58:45 Registering 5 informer factories
2024/11/08 14:58:45 Registering 9 informers
2024/11/08 14:58:45 Registering 3 controllers
2024/11/08 14:58:45 Readiness and health check server listening on port 8080
... skipping 23 lines ...
I1108 14:58:45.825979 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01
I1108 14:58:45.826022 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-08T14:58:45.826Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-controller-54db6cd6d9-2kknm_0270190a-6cee-4f00-94c1-fd2d52227902\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.resolutionrequest.reconciler.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:58:45.826Z","logger":"tekton-pipelines-controller","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-controller-54db6cd6d9-2kknm_f507391f-6a3b-4bab-b0fe-5e1d8bf71454\" has started leading \"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler.taskrun.reconciler.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.325Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"38895040-fd8f-4ec3-b87c-ec7f08408b1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1695\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.333Z","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":"04ee18c2-b8ba-46a5-8c9b-62f32e36a5fe","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.346Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36.345970183 +0000 UTC m=+50.777950350} 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":"04ee18c2-b8ba-46a5-8c9b-62f32e36a5fe","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.347Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"38895040-fd8f-4ec3-b87c-ec7f08408b1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1695\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.347Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1697\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.375Z","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, 8, 14, 59, 36, 375432563, 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":"8ff7eb87-9ac5-4ac7-a2e2-c71d67467bd8","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.375Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1697\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.633Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"c962f2e5-59a8-4f79-9965-90b00e512d56","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.652Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"d126dd45-6264-453c-9edb-2ef80d78e1bf","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.657Z","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, 8, 14, 59, 36, 657409251, 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":"f534b31c-44a5-44f4-b93a-701bbe4b2fe7","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.657Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1712\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.657Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1711\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.685Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"08df04ac-366f-4223-941b-fdd2a253e0c0","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.686Z","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, 8, 14, 59, 36, 686364848, 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":"fd31718f-4ba9-45c6-adc1-fb853f6c96cc","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.694Z","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, 8, 14, 59, 36, 694549555, 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":"b687855d-7209-4fc0-b7a1-6bc367266405","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.694Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1712\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.747Z","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, 8, 14, 59, 36, 747509629, 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":"e31262bf-08b9-4cb1-a561-5b80bef13b91","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.747Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1722\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.763Z","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, 8, 14, 59, 36, 763787973, 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":"fef7a24f-5173-482a-8a64-59264e0729fd","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:39.667Z","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, 8, 14, 59, 39, 667300951, 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":"2b00f278-5d19-4cf6-8680-c2223f2a0740","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:39.669Z","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, 8, 14, 59, 39, 669311635, 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":"232e06b7-d17d-45be-a3b6-f2e0813f72fd","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.616Z","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, 8, 14, 59, 40, 616267120, 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":"502a09ce-8ada-44f8-891a-a5464c0d5d8c","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.616Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1714\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.630Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"a0cb0607-6904-417b-94f5-a2f538af23fd","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.632Z","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, 8, 14, 59, 40, 632331713, 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":"eb49a5d8-f287-4092-83ea-ef6d9b72fd8e","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.663Z","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, 8, 14, 59, 40, 663648057, 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":"e7103bbe-5f37-4007-bca3-26d271b1ba61","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.664Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1724\", 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-08T14:59:40.676Z","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, 8, 14, 59, 40, 676903405, 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":"acd5adf2-1e7d-4eb6-b1e7-0b572790c3f3","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.633Z","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, 8, 14, 59, 42, 633701043, 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":"c509989a-52e4-437f-992e-91c75e454428","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.637Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1784\", 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-08T14:59:42.657Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"0f3ff1cb-fedb-475a-aebb-500d4d68c01f","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.659Z","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, 8, 14, 59, 42, 659613035, 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":"c71e4f00-0d7b-4e94-a06c-e537fed4bd9c","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.694Z","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, 8, 14, 59, 43, 694853336, 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":"c67589e4-a180-4b1c-b681-ad2c3d68086e","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.695Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1789\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.711Z","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, 8, 14, 59, 43, 711242672, 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":"b9ceeba3-10cb-485e-a795-f150fc6133ac","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.712Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1789\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.734Z","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, 8, 14, 59, 43, 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":"7f12e15f-7e83-44c8-adcb-658accbce9ca","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.647Z","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, 8, 14, 59, 46, 647287690, 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":"76469372-cf44-404d-96af-b5e13448dfa4","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.647Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1802\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.660Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"76d8aab3-6d56-4d3a-8028-9aa920d454c9","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.660Z","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, 8, 14, 59, 46, 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":"e6a158bd-aac0-4b83-913b-42ef099a12cc","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.661Z","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, 8, 14, 59, 46, 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":"3acf0a1c-1144-4265-91ce-18932e459960","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.695Z","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, 8, 14, 59, 46, 694925988, 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":"4da0d82b-0660-47ba-a016-575a76990317","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.695Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"tektoncd\", Name:\"test-template-volume\", UID:\"774dbc4a-1f9e-4cec-b2fb-c0a321b88a59\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1816\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.706Z","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":"088c5a73-7c43-4654-b540-94a73293cf57","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.709Z","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":"088c5a73-7c43-4654-b540-94a73293cf57","knative.dev/key":"tektoncd/test-template-volume","duration":0.002887899}
{"severity":"info","timestamp":"2024-11-08T14:59:47.641Z","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, 8, 14, 59, 46, 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":"bff7e967-3add-48a4-af12-9f133e156ee0","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.655Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded Unknown {2024-11-08 14:59:36 +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":"fb6dcd22-8ce4-4bac-ae0c-076f17afc531","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.655Z","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, 8, 14, 59, 46, 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":"5f73a765-8514-47da-b4f3-5525939ffd8c","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.777Z","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":"542e52d1-7e0f-4607-ab57-d557d14edc44","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.780Z","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":"542e52d1-7e0f-4607-ab57-d557d14edc44","knative.dev/key":"tektoncd/test-template-volume","duration":0.003257574}
{"severity":"info","timestamp":"2024-11-08T14:59:48.647Z","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, 8, 14, 59, 48, 647236457, 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":"8dbd3a18-b76c-4501-a95d-4c2f9cd4a280","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.647Z","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:\"fea01d92-51d7-47c8-861c-ab582edc1bc9\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1854\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.661Z","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":"923ca82b-5ee1-4f45-aded-1949458fc393","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.662Z","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":"17b6070d-a372-4ca4-90a1-f819bd7cde27","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.662Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run status is being set to &{Succeeded True {2024-11-08 14:59:48.662319425 +0000 UTC m=+63.094299584} 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":"17b6070d-a372-4ca4-90a1-f819bd7cde27","knative.dev/key":"tektoncd/output-pipeline-run"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.662Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"tektoncd\", Name:\"output-pipeline-run\", UID:\"38895040-fd8f-4ec3-b87c-ec7f08408b1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"1707\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.665Z","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":"923ca82b-5ee1-4f45-aded-1949458fc393","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.003790257}
{"severity":"info","timestamp":"2024-11-08T14:59:48.673Z","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":"992a2584-e29e-4973-a4ce-ccf764484953","knative.dev/key":"tektoncd/output-pipeline-run","duration":0.000152905}
{"severity":"info","timestamp":"2024-11-08T14:59:48.701Z","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":"d4de36ac-f0f9-4307-b158-495d8e9243e1","knative.dev/key":"tektoncd/test-template-volume"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.704Z","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":"d4de36ac-f0f9-4307-b158-495d8e9243e1","knative.dev/key":"tektoncd/test-template-volume","duration":0.003016651}
{"severity":"info","timestamp":"2024-11-08T14:59:49.839Z","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":"7d2eeb98-9df2-4ba5-a5f3-baba6086fc55","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T14:59:49.843Z","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":"7d2eeb98-9df2-4ba5-a5f3-baba6086fc55","knative.dev/key":"tektoncd/output-pipeline-run-first-create-file","duration":0.004849241}
... skipping 27 lines ...
{"severity":"info","timestamp":"2024-11-08T15:03:25.304Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-2zklq/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 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":"fd902351-a8ed-4a04-b46d-4570c3898624","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.574Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run\", UID:\"d1cc9c00-e0e6-41b3-ab8b-b00c4dab17da\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2830\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.657Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run\", UID:\"d1cc9c00-e0e6-41b3-ab8b-b00c4dab17da\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2830\", FieldPath:\"\"}): type: 'Normal' reason: 'ResolvingPipelineRef' PipelineRun testcli-4lx8g/git-resolver-run awaiting remote resource","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.670Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw\", UID:\"6b5c8ff1-279c-437d-8ec8-b44ce2fbd03d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2835\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.802Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-xtwnw-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":"1362cf56-8463-42da-8b26-5cc9ac13546b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.868Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2843\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.907Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27.907538011 +0000 UTC m=+282.339518173} 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":"1362cf56-8463-42da-8b26-5cc9ac13546b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.908Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw\", UID:\"6b5c8ff1-279c-437d-8ec8-b44ce2fbd03d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2835\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.969Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx\", UID:\"e0dfa7d1-a75d-41f8-95b5-8d4ed0205a1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2837\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.023Z","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":"b3250b29-4bcb-4725-9d08-3c1538bd2cf2","knative.dev/key":"testcli-4lx8g/cluster-1174e5b162f3a51a0957aa43a6109011","duration":0.174896381}
{"severity":"info","timestamp":"2024-11-08T15:03:28.027Z","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":"eb50e7d2-ba98-4832-bcf9-dafad4ec2ead","knative.dev/key":"testcli-4lx8g/cluster-1174e5b162f3a51a0957aa43a6109011","duration":0.000100129}
{"severity":"info","timestamp":"2024-11-08T15:03:28.028Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object pipeline-optional-ws-run-bxrcx-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":"777e6ff8-1bb1-4e18-bd9d-438d0cbe3727","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.129Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 129061471, 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":"e4748ab3-7963-4986-873c-08a39c3e0561","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.129Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28.129859602 +0000 UTC m=+282.561839763} 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":"777e6ff8-1bb1-4e18-bd9d-438d0cbe3727","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.130Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx\", UID:\"e0dfa7d1-a75d-41f8-95b5-8d4ed0205a1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2837\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.136Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2843\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.144Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2855\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.297Z","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":"ac232fe0-e4a8-4f5e-bda3-304e164e6550","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.299Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 299554657, 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":"3c9e62d8-0a80-46e4-859a-975c708431dd","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.300Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2855\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.389Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-2zklq/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 389523100, 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":"bc399d9b-5886-4d11-81a2-d395390d080e","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.425Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-2zklq\", UID:\"327d91bc-ebb8-4418-b475-fa79c8ef1786\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2797\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.425Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28.425822963 +0000 UTC m=+282.857803118} 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":"ac232fe0-e4a8-4f5e-bda3-304e164e6550","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.426Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run\", UID:\"d1cc9c00-e0e6-41b3-ab8b-b00c4dab17da\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2849\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.465Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"7b069276-1c56-44b3-aa50-f501fd69027e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.471Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl\", UID:\"5d0e321f-0e17-45d1-ba24-4299b09c567d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2881\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.555Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 555926732, 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":"ebbd256e-3f67-4907-9a39-05f2e1e3b90c","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.556Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2884\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.557Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-7mjtl-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":"204b486f-19cd-4395-ac20-f3903b4f6910","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.621Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2893\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.683Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-2zklq \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"daf1e4ce-718f-4110-a4f5-ec78a9ad62e5","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.689Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"06ac9852-fe2d-4eda-abf1-975b5601d4a4","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.691Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28.691345199 +0000 UTC m=+283.123325362} 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":"204b486f-19cd-4395-ac20-f3903b4f6910","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.691Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl\", UID:\"5d0e321f-0e17-45d1-ba24-4299b09c567d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2881\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.692Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"1bbe2ca9-29f3-48b3-9676-a8109e109638","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.693Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9\", UID:\"074b1a90-f053-4c6b-94c4-b74a2027a31c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2910\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.744Z","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":"daf1e4ce-718f-4110-a4f5-ec78a9ad62e5","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq","duration":0.061675592}
{"severity":"info","timestamp":"2024-11-08T15:03:28.746Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 746298352, 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":"a94b9fd0-cfbd-4ffc-b99d-28e8940feb71","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.753Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 753321212, 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":"4be7b772-f800-48b0-9af9-e1c9c732498b","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.755Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2914\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.786Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-vhmk9-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":"2908dd93-e280-4ab0-b72e-907311fd490e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.807Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 28, 807855359, 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":"bb67afbf-ba99-4060-a056-de03de5d61ae","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.808Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2893\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.849Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2915\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.878Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28.878581883 +0000 UTC m=+283.310562042} 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":"2908dd93-e280-4ab0-b72e-907311fd490e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.879Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9\", UID:\"074b1a90-f053-4c6b-94c4-b74a2027a31c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2910\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.048Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"54e1128d-442a-44bb-945f-09dbfd639179","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.049Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-ttcd4\", Name:\"output-pipeline-run-kvj5t\", UID:\"875b1609-a850-409b-8e2b-998b138c162e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2917\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.100Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 29, 100884446, 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":"f1b73151-d730-484f-89fb-e507507ece5a","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.101Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2915\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:03:29.130Z","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":"d7397d0c-b9ac-43cb-badb-f84d27590df9","knative.dev/key":"testcli-ttcd4/output-pipeline-run-kvj5t","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-08T15:03:29.133Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-ttcd4\", Name:\"output-pipeline-run-kvj5t\", UID:\"875b1609-a850-409b-8e2b-998b138c162e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2917\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' [User error] PipelineRun testcli-ttcd4/output-pipeline-run-kvj5t doesn't bind Pipeline testcli-ttcd4/output-pipeline's Workspaces correctly: pipeline requires workspace with name \"shared-data\" be provided by pipelinerun","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.510Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 29, 510285483, 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":"6f538a50-18ec-488f-9fb6-b2f872c44c60","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.512Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2926\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.726Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"215141c4-6c43-47f3-ae4c-59ed5f28f20c","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.729Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler\", UID:\"a2af7db0-0c45-4c4f-a0ea-36f4e2194ef8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2936\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.730Z","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":"73004b94-3ddb-41ef-a827-e9b0deeeaea6","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.769Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 29, 769728405, 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":"9e431bba-6cb0-4b82-94e9-ec251597a5f0","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"error","timestamp":"2024-11-08T15:03:29.791Z","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":"d7397d0c-b9ac-43cb-badb-f84d27590df9","knative.dev/key":"testcli-ttcd4/output-pipeline-run-kvj5t","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-08T15:03:29.791Z","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":"d7397d0c-b9ac-43cb-badb-f84d27590df9","knative.dev/key":"testcli-ttcd4/output-pipeline-run-kvj5t","duration":0.742999033,"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-08T15:03:29.793Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-ttcd4\", Name:\"output-pipeline-run-kvj5t\", UID:\"875b1609-a850-409b-8e2b-998b138c162e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2917\", 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-08T15:03:29.795Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2926\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.846Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2952\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.887Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29.887909906 +0000 UTC m=+284.319890067} 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":"73004b94-3ddb-41ef-a827-e9b0deeeaea6","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.888Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler\", UID:\"a2af7db0-0c45-4c4f-a0ea-36f4e2194ef8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2936\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.922Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"5d2183e6-373c-43a1-89df-d0ddb1e8fc7e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.924Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"df12650e-476c-4ae6-a2b6-84eadc771801","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.165Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"2e5e2b79-d2ff-4bc4-9381-0a68a5fb3b45","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.166Z","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":"eefdc90b-d6a1-4e1a-9caf-a9463196f598","knative.dev/key":"testcli-ttcd4/output-pipeline-run-kvj5t","duration":0.000494228}
{"severity":"info","timestamp":"2024-11-08T15:03:30.175Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"a41fcbb1-2628-4a75-8b12-dd80b32daaf0","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.176Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 176822069, 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":"6fccd861-7ee6-4738-94fd-c7ad0a9c3880","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.177Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2952\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.289Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"919c03b0-3a46-42d0-8a8b-8916ecfe5027","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.652Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-2zklq \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"66e177fb-271a-4a94-9951-82e180a16f6b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.654Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"6a78b7cc-42f1-413d-a185-c301f2086006","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.663Z","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":"66e177fb-271a-4a94-9951-82e180a16f6b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-2zklq","duration":0.011232987}
{"severity":"info","timestamp":"2024-11-08T15:03:30.664Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 664151084, 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":"f65efbd7-4524-4e5c-98d8-ee4d80849746","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.664Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2958\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.686Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"6e23a288-b2a9-4f7c-b9fb-684147919ec7","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.706Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"65e778e2-1db7-41f7-ae46-21bee69e5f64","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.709Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 709229830, 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":"071f7e13-4747-449a-975c-069eb93ee416","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.709Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2974\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.744Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2977\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.765Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 765788030, 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":"fd125557-41af-4b42-880f-476f21ebda60","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.766Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2977\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.810Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"bbae7fc3-f3a3-470a-a261-b8f0dbb04a02","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.851Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 851495448, 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":"f085636b-ef3f-489c-87f1-07254772b849","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.852Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2923\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.857Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"5e6908cb-a963-43fb-82d7-d6b81a99bc69","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.952Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"0ff842ae-1d6f-4ded-8a18-c0ebcebc0c05","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.954Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 30, 954311608, 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":"29ae5571-626b-4516-afd3-c1c75cba2674","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.954Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2998\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.097Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2999\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.099Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"a5a2de04-7d7f-4ba1-bcbe-0308d979d032","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.145Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"f303f6db-5f2b-444d-83e5-ca6e13ea3b0e","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.148Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 148815045, 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":"8481df41-4e2c-4362-85ec-c62d5fcf1cbb","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.150Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 150436418, 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":"12e121e8-2599-4177-a3d5-60ba09eed9bb","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.156Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3004\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.170Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 170592910, 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":"781980e0-f3a5-42a7-a462-941edf508957","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.172Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2999\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.194Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 194725832, 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":"841a65ae-b1b3-4a11-aaf9-61fb46feb49a","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.195Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 195262576, 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":"a1a26d76-8259-4701-ad3b-3f22c0ea6fa7","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.196Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 196354431, 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":"15304055-0a4f-4263-a566-aa760cfa480a","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.197Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 197328735, 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":"79313739-a783-446f-a838-f451f17867ad","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.197Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3020\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.385Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"62c44c2a-201f-4d2e-bda2-ca5de5a6b2f3","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.397Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 396997639, 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":"b15d3859-6b91-4026-a595-d41433ede0dc","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.397Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 397829883, 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":"ba1a8646-ed6a-4205-a477-41a8e1c9f16a","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.398Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3002\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.499Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"39b5cc7c-82f4-4cbd-b897-6496343d0fc6","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.513Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 513519921, 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":"0727695c-d4f7-40a8-a6c2-71279e62e2f5","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.514Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 514697158, 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":"1dd15e48-a2cd-488e-a07a-e7b5914b30cb","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.515Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3011\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.625Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 625614756, 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":"a2faf2b7-e5d6-4679-b3d6-6618f3b036c7","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.628Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3030\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.653Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 653866076, 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":"2555a0b3-ee4d-4ae2-aeb8-eda7f23cffee","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.654Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3030\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.711Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"faf6caa9-c59f-49a9-8ba5-00275d51f16e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.712Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 712866609, 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":"d36a46ea-3ecf-427d-85b8-768b32c6e043","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.830Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 31, 829988096, 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":"5f905ac9-d3ea-43e3-bb91-12929ac38b97","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.830Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3044\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.105Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 105011961, 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":"51f65827-e0a2-4d0b-a738-214d81f9c585","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.119Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5\", UID:\"060bd3a2-e59e-4f59-a910-9ffca60fd4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3060\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.131Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-qmcm5-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":"104981f2-b314-426f-bdd2-37ac4c356a84","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.145Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3064\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.151Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32.149963594 +0000 UTC m=+286.581943756} 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":"104981f2-b314-426f-bdd2-37ac4c356a84","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.151Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5\", UID:\"060bd3a2-e59e-4f59-a910-9ffca60fd4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3060\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.683Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 683601003, 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":"a79e03eb-fce0-4b9f-9da1-0dd6d3035211","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.684Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3064\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.720Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 720872058, 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":"9dd56022-9169-4d00-a6a7-e90b141f2cd4","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.740Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 740839304, 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":"593290cc-5783-4dc9-b0ef-8abfeadada2b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.792Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"f3a81f18-58a7-4d89-bce9-5c1b3e569f49","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.828Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 828611336, 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":"b2c4a065-b65b-43ac-8033-0d31ceaa31a6","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.868Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3079\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.880Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 879899252, 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":"fa1c8566-1257-4b20-8c6f-ee2f1a0b84aa","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.882Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3079\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.885Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"2fbec895-d92a-457f-a867-1ae9594b4776","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.956Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 956233348, 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":"58574766-c588-4def-8144-fe32bb8a0fe9","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.956Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"55b9634c-75f3-4d25-a70c-6832e0174e8d","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.957Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3084\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.986Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 32, 986318775, 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":"e5b603e8-331d-4d56-94bf-d2be254ff7b4","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.337Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 337692130, 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":"61aff9c9-f181-4b20-82b9-730a102de3cf","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.340Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3025\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.368Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 368737694, 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":"e899bc64-b465-498e-901a-7128b7129842","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.369Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3016\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.378Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 378047048, 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":"57195ad8-048f-418c-8dd4-f7c24e7993fc","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.388Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 388927567, 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":"a10bc275-a42c-4e5c-868c-4f6b5fe23149","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.389Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3018\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.460Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"c9e1ecbd-7b0e-4da2-8b5b-fb09146617c1","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.462Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 462401596, 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":"2e05bc56-ea04-4bed-a7c6-5d4e27d93027","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.463Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3043\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-echo]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.483Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"f6653487-8013-41ed-9f55-7092a813caeb","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.486Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 486181038, 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":"a94a28fe-2486-4088-9a75-3095cf53e82c","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.486Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3047\", 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-08T15:03:33.535Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 535302208, 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":"88afd83f-ee59-4b90-b8ab-73a55d37637d","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.536Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 536873117, 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":"c50d081e-23db-49ef-84c3-67567233b677","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.546Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"2bbb29a3-9315-4f1e-8328-c590219ce770","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.547Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"d96c0e8e-33da-472e-afa0-71073f179460","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.547Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 547610865, 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":"cb9ad283-54d1-4a1a-8390-ed6c382db08c","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.549Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 33, 549098331, 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":"7229fa9f-d9f4-4f26-bdbf-ac3052597312","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:34.402Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 34, 402438279, 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":"6d8453e0-a672-41f8-85bd-4aaada9cd3a9","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:34.459Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 34, 459890730, 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":"feebf6ba-d5a0-4540-9afa-e3679e7c2c4f","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:34.494Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 34, 494258295, 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":"fcf54ca4-c2b2-4457-be9b-b76af0d6570d","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.430Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 430722325, 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":"d5a56ab1-2e35-4208-a1c0-6a883dfecf33","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.431Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3101\", 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-08T15:03:35.470Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 470005951, 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":"cf5379f6-a305-4324-896f-037c0e36ae2b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.484Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 483919926, 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":"605dd363-a601-4969-a4e1-8de93d0cfb4f","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.484Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3110\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.786Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 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":"32f46478-8e89-4fd5-b505-b8cef08fe521","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.789Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"2160a45e-1706-4984-a6df-636bd5aa76c1","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.856Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 856728804, 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":"2c2d0977-04ad-4b06-af64-5c1f5a3f16bc","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.857Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3114\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.909Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 908981768, 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":"227710c5-a97c-4673-9309-ec9eb8cb0e36","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.909Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3087\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.915Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"3cecdbdc-145d-4063-9a92-6a94439e7d11","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.917Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 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":"36d1ab01-7584-4424-8958-f3e6cab8b5b8","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.927Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 35, 927527884, 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":"82c286b3-75ab-4231-add3-787067148e7d","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.927Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3111\", 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-08T15:03:36.085Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 85935858, 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":"245c6b1b-bcd6-42b5-a383-cdf1968cd996","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.087Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"8e31169a-9e38-4e99-bc75-86a28ec366ee","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.087Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"1bf68887-3463-4eac-8acf-8ade075c195f","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.101Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 101150575, 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":"bf330d51-a562-4975-8844-da0535fa7cd2","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.197Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 197228151, 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":"e0d11449-92e9-4b19-bdda-8ca55acdee12","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.198Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2911\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.226Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 226190314, 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":"051bdf44-e664-4a97-beb2-7a77f25dfb7f","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.232Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3033\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.243Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"3463f5a0-d68e-41e3-9857-5a5acd4daf58","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.252Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 252724219, 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":"f95966dc-6406-462b-bad5-60d8c12fa8a0","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.274Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 274663665, 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":"2aac00dc-9c39-477a-8270-526de2ba8be2","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.275Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"be5756bf-cd60-4152-9fe4-77788f3ccd28","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.471Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 471938489, 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":"a26ca1fc-d97b-4dbb-b42d-7cfef8dbdfa7","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.477Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3188\", 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-08T15:03:36.528Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 36, 528311476, 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":"84cc4728-cf86-406b-b77b-464bead58664","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.529Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"58673969-0a27-4d05-9bd7-eeeee4a3a075","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.852Z","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":"a592aa61-107f-4a21-a563-85acd67ba8f2","knative.dev/key":"testcli-ttcd4/output-pipeline-run-kvj5t","duration":0.000051553}
{"severity":"info","timestamp":"2024-11-08T15:03:37.321Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 321759399, 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":"d2987d36-9aef-455f-a52a-ce5af2194db0","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.322Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3052\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.357Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 357871374, 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":"49429486-e3b9-4c56-974d-369a94ee3d8a","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.500Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-optional-ws-run-bxrcx-reader/testcli-d5kqx with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 499966657, 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":"dc74a7d5-3700-4500-baf4-fd920b9cebf1","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.500Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx-reader\", UID:\"a1070fa2-dd09-4fa2-8f2e-2fcc59cedd3e\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3171\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.528Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun pipeline-optional-ws-run-bxrcx 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":"589ab08a-d4cb-40c0-b190-70afedf89076","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.528Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-optional-ws-run-bxrcx status is being set to &{Succeeded True {2024-11-08 15:03:37.528556393 +0000 UTC m=+291.960536547} 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":"589ab08a-d4cb-40c0-b190-70afedf89076","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.529Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-d5kqx\", Name:\"pipeline-optional-ws-run-bxrcx\", UID:\"e0dfa7d1-a75d-41f8-95b5-8d4ed0205a1a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2889\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.555Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 555406303, 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":"52c6a0c4-d673-42da-8eb5-9633616710e3","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.556Z","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":"2af65233-fe03-4d25-a89a-f11c1876f827","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx","duration":0.000197082}
{"severity":"info","timestamp":"2024-11-08T15:03:37.557Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3115\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.579Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 579244411, 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":"fe694e14-59ab-4033-82d0-e7a67895220c","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.580Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3162\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.604Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"2a062d02-36fb-47a7-8487-1744126c5cbb","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.605Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-optional-ws-run-bxrcx-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"592602cb-a578-46a8-b94f-4150ff6fcf6d","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.611Z","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":"592602cb-a578-46a8-b94f-4150ff6fcf6d","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader","duration":0.006356678}
{"severity":"info","timestamp":"2024-11-08T15:03:37.613Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun git-resolver-run-echo/testcli-4lx8g with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 613936753, 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":"0fa32bc9-7f79-4514-8ced-e15a04d48b0c","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.614Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run-echo\", UID:\"530824d7-c8cd-45c7-a959-10a719f8b05b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3181\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.616Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"eee1c5f2-17df-455d-a0e9-c7ce534b914b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.617Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"f5e0760b-4977-4280-ab96-db9ea0a5a630","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.643Z","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":"356978e7-588d-4075-92f2-e56e69777773","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.644Z","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":"16fbd5de-125f-4034-9b74-4edf6d1ed336","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.644Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun git-resolver-run status is being set to &{Succeeded True {2024-11-08 15:03:37.644066155 +0000 UTC m=+292.076046301} 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":"16fbd5de-125f-4034-9b74-4edf6d1ed336","knative.dev/key":"testcli-4lx8g/git-resolver-run"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.644Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-4lx8g\", Name:\"git-resolver-run\", UID:\"d1cc9c00-e0e6-41b3-ab8b-b00c4dab17da\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2913\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.648Z","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":"356978e7-588d-4075-92f2-e56e69777773","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo","duration":0.004902532}
{"severity":"info","timestamp":"2024-11-08T15:03:37.671Z","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":"0a59cef7-8561-4d93-9560-f8a407296dad","knative.dev/key":"testcli-4lx8g/git-resolver-run","duration":0.00023119}
{"severity":"info","timestamp":"2024-11-08T15:03:38.193Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 193571811, 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":"15ba096b-384f-413a-909b-3a26f4b6589d","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.194Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3201\", 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-08T15:03:38.218Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"324c6fc7-6599-48e5-8b11-6afc8b170b1c","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.220Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 220517155, 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":"1ca60a75-db49-46ff-80a1-874ca8dcbbb1","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.649Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 649212989, 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":"41375ced-a8c7-45d5-a0f4-a0f94e2c1861","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.652Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3189\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.668Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"0ef2e47c-fe9d-41a3-a4d9-b43128398ed3","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.669Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 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":"565f5fa9-c86d-467a-82c7-f0343d8bd388","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.785Z","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":"f704031f-f12e-4c20-aafd-a84ddc26a97c","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.789Z","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":"f704031f-f12e-4c20-aafd-a84ddc26a97c","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo","duration":0.004402461}
{"severity":"info","timestamp":"2024-11-08T15:03:38.798Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-optional-ws-run-bxrcx-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"24e02b45-4e73-4a45-b049-aeb7c16dd8e0","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.803Z","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":"24e02b45-4e73-4a45-b049-aeb7c16dd8e0","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader","duration":0.004399202}
{"severity":"info","timestamp":"2024-11-08T15:03:39.200Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 200520221, 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":"c4c9b3c7-d78e-45bc-97d8-f27321e72d44","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.200Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3205\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.221Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 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":"392bc5f7-61ed-496d-9d2a-4b0917c6f05c","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.226Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:29 +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":"96c6e469-2352-4f4e-8e32-04dee45f7099","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.528Z","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":"d3ad319e-c6bf-4a28-be48-18c9a295dbb0","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.533Z","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":"d3ad319e-c6bf-4a28-be48-18c9a295dbb0","knative.dev/key":"testcli-4lx8g/git-resolver-run-echo","duration":0.005135151}
{"severity":"info","timestamp":"2024-11-08T15:03:39.555Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-optional-ws-run-bxrcx-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"76e2e1d2-5f0b-4da2-a761-17507ca616e6","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.565Z","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":"76e2e1d2-5f0b-4da2-a761-17507ca616e6","knative.dev/key":"testcli-d5kqx/pipeline-optional-ws-run-bxrcx-reader","duration":0.009816697}
{"severity":"info","timestamp":"2024-11-08T15:03:39.581Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"40b5c11a-48e3-4291-9dc2-982c4ea12527","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.600Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"f274ca7e-841a-48e5-ae96-ca7851d6414c","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.622Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 622172713, 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":"bb636fcb-1bec-45b7-a02f-2c82c757e2fa","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.622Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3224\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.647Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"1c1b516b-0842-4ab4-aca4-57882ce423a8","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.647Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 647332070, 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":"a15f527d-cf1e-4328-a945-6dcf3e294334","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.648Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3224\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.672Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 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":"1430b135-3fad-457b-99f4-5eed6a7ba858","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.200Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-print-msg/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 200182813, 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":"8f3ce3f1-cd30-480f-a20e-8f4337d9caf5","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.200Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-print-msg\", UID:\"9e61f51f-f62d-46cf-8e93-b7ad1f7c0caa\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3361\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.215Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 215240466, 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":"cdf95c3a-fd05-4a05-890b-8d8f85aae7f3","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.215Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3276\", 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-08T15:03:40.222Z","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":"a5c3a21c-4ad8-49e1-8847-4ffffc33199c","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.223Z","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":"48d1f23c-dc3c-4c61-9c04-0f123c0a6c03","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.231Z","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":"48d1f23c-dc3c-4c61-9c04-0f123c0a6c03","knative.dev/key":"testcli-45fzb/exit-handler-print-msg","duration":0.008010054}
{"severity":"info","timestamp":"2024-11-08T15:03:40.242Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 242139096, 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":"e1c7f8f6-78e3-491c-a61d-49e7c01fb2be","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.251Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3427\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.253Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40.253687173 +0000 UTC m=+294.685667335} 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":"a5c3a21c-4ad8-49e1-8847-4ffffc33199c","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.254Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler\", UID:\"a2af7db0-0c45-4c4f-a0ea-36f4e2194ef8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3001\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.280Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 280003010, 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":"1fbecb5d-3478-48af-aba2-f474eaab4d31","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.280Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3427\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.287Z","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":"81ceb73b-be1a-4845-8c25-c378cc819e5a","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.297Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40.297961749 +0000 UTC m=+294.729941911} 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":"81ceb73b-be1a-4845-8c25-c378cc819e5a","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.299Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler\", UID:\"a2af7db0-0c45-4c4f-a0ea-36f4e2194ef8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3001\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 1 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.359Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40 +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":"23c748f8-253b-4562-8254-d6a6139b6a17","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.361Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 361763237, 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":"94d4a891-68c5-4d30-80fc-4800ab58f63f","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.362Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3438\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.362Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40 +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":"f2d543cd-cddd-4d5a-8d4d-6bf3b2a59187","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.388Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 388287236, 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":"6fad3b5a-3e46-473b-9e31-8e302df09074","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.388Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40 +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":"dffa5ab5-3563-4875-be64-cf951db200ea","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.388Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 388758291, 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":"49dbc287-9336-4583-966e-582f6b5c4563","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.581Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-gb2zr/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 40, 581748367, 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":"d3696619-187c-4b57-90d0-4eace0c377cd","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.582Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-gb2zr\", UID:\"b9f67910-912a-4c36-b615-76a9297c8d16\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3367\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.600Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-gb2zr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b8461dc0-e3e1-46c2-bc4e-902c8e604e9b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.604Z","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":"b8461dc0-e3e1-46c2-bc4e-902c8e604e9b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr","duration":0.003876713}
{"severity":"info","timestamp":"2024-11-08T15:03:41.488Z","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":"1128b612-979b-4d81-bcf4-fe909efdb1ca","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.491Z","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":"1128b612-979b-4d81-bcf4-fe909efdb1ca","knative.dev/key":"testcli-45fzb/exit-handler-print-msg","duration":0.003227262}
{"severity":"info","timestamp":"2024-11-08T15:03:41.601Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 41, 601011583, 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":"97475713-6d84-4cf5-a2a5-1fb613c55db9","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.601Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3440\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-main]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.635Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 41, 635536133, 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":"6f69628b-d8b5-4fcd-82d5-0db135a8b24a","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.636Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40 +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":"d22334d4-3741-44b8-88a8-9f3f07fbb653","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.747Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-gb2zr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b940d8db-b904-4646-9e86-80f13133c698","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.753Z","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":"b940d8db-b904-4646-9e86-80f13133c698","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr","duration":0.006830283}
{"severity":"info","timestamp":"2024-11-08T15:03:42.349Z","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":"8c275ec4-fdc8-461d-9fde-25e371edfa76","knative.dev/key":"testcli-45fzb/exit-handler-print-msg"}
{"severity":"info","timestamp":"2024-11-08T15:03:42.357Z","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":"8c275ec4-fdc8-461d-9fde-25e371edfa76","knative.dev/key":"testcli-45fzb/exit-handler-print-msg","duration":0.00823358}
{"severity":"info","timestamp":"2024-11-08T15:03:42.617Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-gb2zr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"497d96be-56e8-4df1-a95f-ccdf03c1bf23","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr"}
{"severity":"info","timestamp":"2024-11-08T15:03:42.726Z","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":"497d96be-56e8-4df1-a95f-ccdf03c1bf23","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-gb2zr","duration":0.108778506}
... skipping 12 lines ...
{"severity":"info","timestamp":"2024-11-08T15:03:44.462Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 462679686, 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":"e0a5fbb3-88be-46ad-8e69-1d21cfcce648","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.463Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3426\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.499Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"7269d46c-cd30-4592-9a59-6475c1f5eba3","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.500Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"0a716a27-9665-4a76-8aeb-ea77350b33bd","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.537Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 536998475, 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":"759fd017-b931-4c96-a78a-5b5f21536b4e","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.537Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3329\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.561Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"698d35ca-a0a4-4fd5-a5c8-359fcaf4c9c7","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.563Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"4ca639b0-9795-4682-ab52-beac9486f5cf","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.624Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 624560452, 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":"a659bd71-7943-4efb-9ea2-ff820e7b7689","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.625Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3463\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.661Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"67476551-20ac-4241-ad30-80efe60a8d16","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.681Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded Unknown {2024-11-08 15:03:40 +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":"6791f760-c8f2-48f7-808f-42864600fea9","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.668Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun exit-handler-echo-on-exit/testcli-45fzb with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 45, 668727837, 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":"5dbe2b94-f1ee-445e-a80f-2de292b8cbea","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.679Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler-echo-on-exit\", UID:\"80d5c261-634a-4c13-a6cd-af1f2d259c82\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3656\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.726Z","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":"df5bb964-0507-4f40-bffa-3291cae616c1","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.726Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun exit-handler status is being set to &{Succeeded True {2024-11-08 15:03:45.7264814 +0000 UTC m=+300.158461557} 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":"df5bb964-0507-4f40-bffa-3291cae616c1","knative.dev/key":"testcli-45fzb/exit-handler"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.727Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-45fzb\", Name:\"exit-handler\", UID:\"a2af7db0-0c45-4c4f-a0ea-36f4e2194ef8\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3431\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 2 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.741Z","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":"026ca6d2-d3ab-4f61-8849-694b3aa9814a","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.763Z","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":"026ca6d2-d3ab-4f61-8849-694b3aa9814a","knative.dev/key":"testcli-45fzb/exit-handler-echo-on-exit","duration":0.022156936}
{"severity":"info","timestamp":"2024-11-08T15:03:45.778Z","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":"6bea4f9f-5e37-4181-921d-a6400929e9e1","knative.dev/key":"testcli-45fzb/exit-handler","duration":0.000544694}
{"severity":"info","timestamp":"2024-11-08T15:03:46.487Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-x622v/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 46, 487877376, 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":"01b84503-0b0c-429b-aeb0-91439d66b092","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.492Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-x622v\", UID:\"575daebb-e098-4c2c-8fef-527fcb53bbea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3648\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.526Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-x622v \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"b0287dce-bc77-423d-b87c-ffffd6633732","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-x622v"}
... skipping 89 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:08.972Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 8, 972766108, 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":"4445682e-d8df-4dfe-9909-8311e8ab0a8b","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.973Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-mlr6g\", UID:\"7491e136-768d-4d0b-899c-d37d806f69ce\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4109\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.037Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 9, 37073451, 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":"1b552dae-5c90-4d59-a50e-85bbe48ea2d9","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.357Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-8b9bm \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"7e5ee7f1-4d16-4288-9c7c-1780ecb08835","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-8b9bm"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.364Z","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":"7e5ee7f1-4d16-4288-9c7c-1780ecb08835","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-8b9bm","duration":0.006523336}
{"severity":"info","timestamp":"2024-11-08T15:04:09.760Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"21a0677c-0aaf-451e-bcf0-8d7311d2e57c","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.789Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"48fd64bb-1c29-4009-8786-3ea5fe6cc801","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.797Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 37, 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":"63b4c3d1-0522-4b75-885c-c9711d3f63df","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.109Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-8b9bm \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"21898f9b-115f-40f4-9a26-c65c47635ad2","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-8b9bm"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.146Z","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":"21898f9b-115f-40f4-9a26-c65c47635ad2","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-8b9bm","duration":0.0368896}
{"severity":"info","timestamp":"2024-11-08T15:04:10.838Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-7mjtl-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 10, 838831305, 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":"c6440bc5-a0c5-45da-99bc-77e0ce098c1f","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.840Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl-first-create-file\", UID:\"70085e0b-30c9-4b46-a6be-c3b95ce26ae0\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4123\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.907Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 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":"549950b2-b278-4fba-801b-0c819dac4add","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.913Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-7mjtl 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":"cae81bb7-908e-47c1-b3e4-372e8fa7a774","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.913Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mtjfs/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 10, 913479239, 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":"e2e2e4a0-e635-46a0-8784-57ea2e3fd333","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.914Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-7mjtl status is being set to &{Succeeded True {2024-11-08 15:04:10.913596992 +0000 UTC m=+325.345577196} 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":"cae81bb7-908e-47c1-b3e4-372e8fa7a774","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.918Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-mtjfs\", UID:\"d97f5c2a-89f8-49bb-88b8-99e4699ac388\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4099\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.918Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-7mjtl\", UID:\"5d0e321f-0e17-45d1-ba24-4299b09c567d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2937\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.966Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded Unknown {2024-11-08 15:03:28 +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":"a2b82888-2467-4de6-bd14-5edff866ccff","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.993Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-7mjtl-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":"d7d8b3bc-a9a1-4fb5-9076-a84bca586c8b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.994Z","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":"a4383851-f918-47f7-a805-3ee423a9420f","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl","duration":0.000168145}
{"severity":"info","timestamp":"2024-11-08T15:04:10.996Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 38, 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":"07cb35fa-4e61-45c1-9b1c-d3af267eea32","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.016Z","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":"d7d8b3bc-a9a1-4fb5-9076-a84bca586c8b","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file","duration":0.023578942}
{"severity":"info","timestamp":"2024-11-08T15:04:11.018Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-mtjfs/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 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":"a45b0ef0-5338-4c32-8e4b-4f084453dcf7","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.149Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 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":"2c23c955-227a-4dfa-883f-6a1bb7ee865a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.242Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded Unknown {2024-11-08 15:03:32 +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":"09a2791a-8c44-4bfd-8afe-1e63231d59df","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.249Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 39, 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":"7c683603-4c27-468f-b61c-7a1d2852ff2f","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.345Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 11, 345327106, 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":"a2e4cdbd-4787-40bb-896c-565fc97d18b6","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.349Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-mlr6g\", UID:\"7491e136-768d-4d0b-899c-d37d806f69ce\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4111\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.387Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 11, 387835371, 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":"05dfbe96-e5b8-4732-a1b1-899c65cdbeff","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.815Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-vhmk9-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 11, 815307417, 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":"2783d7f1-bcfa-44ee-989d-1475cdfa2fd8","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.815Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9-first-create-file\", UID:\"cc4fe95d-1152-4b5c-bc87-fe21e6444b64\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4140\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.848Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-vhmk9 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":"9eea517f-7ee5-49ff-878c-3f8cd66bed80","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.849Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-vhmk9 status is being set to &{Succeeded True {2024-11-08 15:04:11.849820347 +0000 UTC m=+326.281800508} 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":"9eea517f-7ee5-49ff-878c-3f8cd66bed80","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.857Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-vhmk9\", UID:\"074b1a90-f053-4c6b-94c4-b74a2027a31c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2960\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.859Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-vhmk9-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":"abc1fe8a-d565-4e2d-be7a-9f2de4a89d10","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.892Z","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":"d47fe270-291a-4e1d-b0c2-9ee293479a93","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9","duration":0.00015618}
{"severity":"info","timestamp":"2024-11-08T15:04:11.893Z","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":"abc1fe8a-d565-4e2d-be7a-9f2de4a89d10","knative.dev/key":"testcli-rdx9k/output-pipeline-run-vhmk9-first-create-file","duration":0.033776401}
{"severity":"info","timestamp":"2024-11-08T15:04:12.021Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-7mjtl-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":"8321201c-aa8f-4912-ad06-394505153161","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.029Z","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":"8321201c-aa8f-4912-ad06-394505153161","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file","duration":0.010451872}
{"severity":"info","timestamp":"2024-11-08T15:04:12.217Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-qmcm5-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 12, 217640419, 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":"092d4cb4-1822-45d5-bae8-40e28939ef1d","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.218Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5-first-create-file\", UID:\"da18da09-36c3-4053-aa56-d7e65976ad5b\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4147\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.263Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-qmcm5 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":"6f655812-ef5d-4df0-8b03-1f58caedbb69","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.268Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-qmcm5 status is being set to &{Succeeded True {2024-11-08 15:04:12.268174742 +0000 UTC m=+326.700154958} 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":"6f655812-ef5d-4df0-8b03-1f58caedbb69","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.265Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-qmcm5-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":"1d439cc6-820a-4eeb-a28d-fe1c42307616","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.266Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 12, 266236338, 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":"760d688c-79f9-4619-986a-2409e21695d4","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.272Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-qmcm5\", UID:\"060bd3a2-e59e-4f59-a910-9ffca60fd4d6\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"3081\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.272Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-mlr6g\", UID:\"7491e136-768d-4d0b-899c-d37d806f69ce\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4150\", 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-08T15:04:12.290Z","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":"1d439cc6-820a-4eeb-a28d-fe1c42307616","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5-first-create-file","duration":0.024954282}
{"severity":"info","timestamp":"2024-11-08T15:04:12.302Z","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":"08597ce1-2f1c-40fe-be3a-b771a11580cc","knative.dev/key":"testcli-sp4vx/output-pipeline-run-qmcm5","duration":0.000146265}
{"severity":"info","timestamp":"2024-11-08T15:04:12.311Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 12, 311050944, 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":"fba9929e-7a1b-49eb-afcb-44c8db4f9e8e","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.812Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-7mjtl-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":"8dc3bf32-6d51-42bb-8790-071a4c6484fc","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.820Z","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":"8dc3bf32-6d51-42bb-8790-071a4c6484fc","knative.dev/key":"testcli-rdx9k/output-pipeline-run-7mjtl-first-create-file","duration":0.008291597}
... skipping 23 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:15.373Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 14, 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":"ad802f56-0088-44da-bffb-e37e2dd09be1","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.405Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 14, 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":"1af3398b-91bd-492e-9969-c8ff4ccbdf82","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.769Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mtjfs \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"bfaa333e-7d1e-4f78-9d22-77f1ba6e6fb3","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.780Z","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":"bfaa333e-7d1e-4f78-9d22-77f1ba6e6fb3","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","duration":0.011065837}
{"severity":"info","timestamp":"2024-11-08T15:04:15.786Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7\", UID:\"68d8cda9-275e-43bc-9cfe-1aa636205abd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4226\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.805Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-m8dm7-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":"e32ca46f-e9f0-4a14-8786-8b9e773417b8","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.856Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15.856898443 +0000 UTC m=+330.288878598} 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":"e32ca46f-e9f0-4a14-8786-8b9e773417b8","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.860Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4230\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.865Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7\", UID:\"68d8cda9-275e-43bc-9cfe-1aa636205abd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4226\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.923Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 15, 923456537, 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":"dfd33bd4-faa4-428e-9d33-53e0833cae1d","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.926Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4230\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.038Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"3a29f958-db56-4d17-b992-b429a64d9e5f","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.061Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 16, 61114713, 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":"c2656a57-00b2-4143-ab0a-bacc83ec5fb4","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.066Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"e61ba2ac-7d72-41a4-a26c-93378a15c5d6","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.066Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4241\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.107Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"a6268eeb-6b6f-4975-bb31-36ecd77fb583","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.108Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 16, 108465690, 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":"87a44dd5-a01a-4554-a981-5b1e349b3ff3","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.368Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-mlr6g/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 16, 368697993, 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":"60851666-1623-41d9-9fa2-694f120713f3","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.380Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-mlr6g\", UID:\"7491e136-768d-4d0b-899c-d37d806f69ce\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4224\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.411Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-mlr6g \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5f1efe18-5602-412e-9887-64e5ff40c617","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.421Z","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":"5f1efe18-5602-412e-9887-64e5ff40c617","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g","duration":0.010137106}
{"severity":"info","timestamp":"2024-11-08T15:04:16.729Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"1ca0f486-6b86-4c40-ba0b-4ac702039efb","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.767Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded Unknown {2024-11-08 15:03:27 +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":"0599179a-069a-43ec-b441-1b2786d33c25","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.772Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 3, 44, 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":"264734e6-545e-4e2f-a187-c782db20d0b0","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.854Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 16, 854778061, 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":"ce32eab4-2e77-42d0-a1f6-55b50f5b3266","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.509Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-mlr6g \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"a01bedf2-3d3c-4c13-9c10-30759a232ffb","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.514Z","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":"a01bedf2-3d3c-4c13-9c10-30759a232ffb","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g","duration":0.00447553}
{"severity":"info","timestamp":"2024-11-08T15:04:17.726Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-xtwnw-first-create-file/testcli-rdx9k with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 17, 726270885, 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":"4f0c93b1-f8c0-4610-9347-bf7fe4a92262","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.726Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw-first-create-file\", UID:\"b0772f6e-01c8-46e1-8997-f155a44efcf5\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4255\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.750Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-xtwnw 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":"ab170a36-0d53-41f5-9f41-b8a66952dfc4","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.750Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-xtwnw status is being set to &{Succeeded True {2024-11-08 15:04:17.750685099 +0000 UTC m=+332.182665249} 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":"ab170a36-0d53-41f5-9f41-b8a66952dfc4","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.751Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-rdx9k\", Name:\"output-pipeline-run-xtwnw\", UID:\"6b5c8ff1-279c-437d-8ec8-b44ce2fbd03d\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"2859\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.752Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-xtwnw-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":"d9eaef56-8667-4e2f-9aa9-c3574a2235f8","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.770Z","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":"d9eaef56-8667-4e2f-9aa9-c3574a2235f8","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file","duration":0.018056535}
{"severity":"info","timestamp":"2024-11-08T15:04:17.781Z","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":"879d811e-8904-4b9e-b241-a8269aae8c62","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw","duration":0.000168635}
{"severity":"info","timestamp":"2024-11-08T15:04:17.880Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 17, 880491495, 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":"1fdcec90-2a9b-43af-ab30-6e118b05f12d","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.881Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4243\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.917Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"f6fce67c-b05e-456a-ad5a-0a94843d9808","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.919Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 17, 919670331, 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":"6857645c-7151-45bc-8c13-1068c87f4a31","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.936Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 17, 936289751, 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":"db49bb0b-91ae-4efd-8e81-e8a0fda9835d","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.936Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-wd8x4\", UID:\"47c16ef3-ccea-434b-93f6-cb7166bbe852\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4221\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.965Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 17, 965354531, 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":"dcbd65ee-92bf-4f7f-9c35-ac4bacc10b80","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.369Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-clustertask-pr9z6-run-mlr6g \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"5ccb5d08-25c4-4c88-a86e-23d883414f40","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.383Z","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":"5ccb5d08-25c4-4c88-a86e-23d883414f40","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-mlr6g","duration":0.014445493}
... skipping 6 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:18.896Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 18, 896756450, 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":"75d18d07-6198-4f7c-87b6-b8c2c12921a5","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.898Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-wd8x4\", UID:\"47c16ef3-ccea-434b-93f6-cb7166bbe852\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4276\", 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-08T15:04:18.928Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 18, 928827188, 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":"4005188b-a0ed-4e26-a44d-543f1402d053","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.931Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4273\", 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-08T15:04:18.948Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 18, 948490075, 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":"78713a0e-5e6c-4946-9c56-52ea045b9853","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.965Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 18, 965539624, 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":"cbabf41d-9455-4e33-ad37-035f361d3981","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.966Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"7ad93309-bf4e-4ebe-bf1d-055527765a8e","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.993Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-xtwnw-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":"b3c66f0a-aa4d-461f-a05e-66f69ed8cc97","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.997Z","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":"b3c66f0a-aa4d-461f-a05e-66f69ed8cc97","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file","duration":0.003731182}
{"severity":"info","timestamp":"2024-11-08T15:04:19.770Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-xtwnw-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":"344435b5-c4bd-4c11-8e64-20c40ce94a02","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:19.775Z","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":"344435b5-c4bd-4c11-8e64-20c40ce94a02","knative.dev/key":"testcli-rdx9k/output-pipeline-run-xtwnw-first-create-file","duration":0.005735319}
{"severity":"info","timestamp":"2024-11-08T15:04:20.428Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-75jrg/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 20, 428053653, 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":"9ade501c-5a50-4434-8e10-cfa84cc62bf7","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-75jrg"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.432Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-75jrg\", UID:\"9521cc8e-3d79-4322-a372-293000c90194\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4298\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
... skipping 6 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:21.445Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-795bm\", Name:\"read-clustertask-pr9z6-run-75jrg\", UID:\"9521cc8e-3d79-4322-a372-293000c90194\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4332\", 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-08T15:04:21.476Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-clustertask-pr9z6-run-75jrg/testcli-795bm with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 21, 476593484, 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":"e6f56ea7-05de-40ce-847e-267040c5da03","knative.dev/key":"testcli-795bm/read-clustertask-pr9z6-run-75jrg"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.931Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 20, 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":"8cf695a6-43a1-46b7-af50-4d0e9c856115","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.967Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 20, 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":"b4e650ee-db5b-48e4-9f0f-ae2cecdc5d92","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.018Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 22, 18786376, 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":"fb4d9c36-8425-447c-b2d1-8ce0da03e084","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.019Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4307\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.070Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"b86ee7e0-440f-4f00-930f-c11e45613498","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.076Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 22, 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":"fe3bd567-f748-4be0-9fbb-e08d3d6d3727","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.880Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-fzb8b\", UID:\"0374c25b-7187-49dd-adde-c3825cffafd4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4373\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.925Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-fzb8b/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 22, 925487418, 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":"a36e2ff5-fbf1-471b-9e33-ef323bc4d260","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.935Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-fzb8b\", UID:\"0374c25b-7187-49dd-adde-c3825cffafd4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4373\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.022Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-wd8x4/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 23, 22294911, 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":"ed1d6901-7cdb-4460-8578-63ac609e704c","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.028Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-wd8x4\", UID:\"47c16ef3-ccea-434b-93f6-cb7166bbe852\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4358\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
... skipping 197 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:51.665Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-7cdtx/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 51, 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":"00ebc156-6181-49c6-ae5d-6c775ee92d57","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.625Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-7cdtx/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 53, 625302500, 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":"a656df80-2281-45b5-88ec-cdb924ede7ef","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.625Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-7cdtx\", UID:\"0df47ada-42d7-4b1b-9676-b0fcbbdf6a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5002\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.640Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-7cdtx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ee0e9991-0bb0-4379-8212-041da0eee0a3","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.643Z","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":"ee0e9991-0bb0-4379-8212-041da0eee0a3","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.003813037}
{"severity":"info","timestamp":"2024-11-08T15:04:54.093Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 22, 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":"f2971763-e5ec-4f93-9cdc-d237edf944e6","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.106Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded Unknown {2024-11-08 15:04:15 +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":"814f41f3-0f82-42ca-a45c-815152e33515","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.107Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 22, 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":"e49ce95c-fe37-4c70-8eb9-bc45d050caf5","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.701Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-7cdtx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4b4e5a11-2c0a-4476-8dae-34e953ed99ca","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.707Z","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":"4b4e5a11-2c0a-4476-8dae-34e953ed99ca","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.006980039}
{"severity":"info","timestamp":"2024-11-08T15:04:55.105Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-m8dm7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 55, 105246908, 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":"04d21564-ea5d-4ec5-8374-05e2007b3561","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.105Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7-first-create-file\", UID:\"2cfd51eb-35de-49a1-92cb-933e42fc9219\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5017\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.120Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-m8dm7 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":"81c41330-1766-42d4-bbcb-ffbda353bda4","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.120Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-m8dm7 status is being set to &{Succeeded True {2024-11-08 15:04:55.12064435 +0000 UTC m=+369.552624512} 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":"81c41330-1766-42d4-bbcb-ffbda353bda4","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.120Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-m8dm7\", UID:\"68d8cda9-275e-43bc-9cfe-1aa636205abd\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4239\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.121Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-m8dm7-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":"cd00047d-744d-451c-88e4-a991e4fa71a7","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.125Z","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":"cd00047d-744d-451c-88e4-a991e4fa71a7","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file","duration":0.003816302}
{"severity":"info","timestamp":"2024-11-08T15:04:55.132Z","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":"a87b6b68-e4e6-497e-a417-40286efad8c7","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7","duration":0.000178364}
{"severity":"info","timestamp":"2024-11-08T15:04:55.629Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-7cdtx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"87caf24b-c5c9-4ae7-9c8d-b9776e2f8dc8","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.633Z","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":"87caf24b-c5c9-4ae7-9c8d-b9776e2f8dc8","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.003581299}
{"severity":"info","timestamp":"2024-11-08T15:04:56.195Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-m8dm7-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":"519a563c-3916-43e6-bf2c-10748c48d9de","knative.dev/key":"testcli-sp4vx/output-pipeline-run-m8dm7-first-create-file"}
... skipping 9 lines ...
{"severity":"info","timestamp":"2024-11-08T15:04:57.544Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-run-xhvhx/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 57, 544125293, 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":"5c6d977a-ef15-4867-99a4-4900c4cd5b3c","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.966Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl\", UID:\"13c00a3a-cd09-4b9c-a190-44dd8e391c7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5054\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.982Z","logger":"tekton-pipelines-controller","caller":"volumeclaim/pvchandler.go:80","message":"Created PersistentVolumeClaim pvc-0782823553 in namespace testcli-sp4vx","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.991Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/affinity_assistant.go:154","message":"Created StatefulSet affinity-assistant-d70ff23a26 in namespace testcli-sp4vx","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"14962828-8120-4487-a56e-42ab2ba28841","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.992Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object pipeline-with-workspace-run-67hwl-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":"14962828-8120-4487-a56e-42ab2ba28841","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.014Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5060\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.017Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58.017408096 +0000 UTC m=+372.449388280} 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":"14962828-8120-4487-a56e-42ab2ba28841","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.018Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl\", UID:\"13c00a3a-cd09-4b9c-a190-44dd8e391c7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5054\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.032Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 58, 32003245, 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":"37a06f8c-bf21-4cb4-b8c5-2224f2056215","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.033Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5060\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.070Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"9c647ae1-e715-4df7-993d-5d5161628b15","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.085Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 58, 85618013, 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":"cb1f9465-5765-457d-8517-9b50ba2ee403","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.086Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 4, 58, 86476255, 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":"95b9ffb8-4ca9-4a26-9783-00ffefd102d0","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.086Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"cafd45a8-fd98-4d60-9288-e540131d9b7b","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"warn","timestamp":"2024-11-08T15:04:58.621Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:797","message":"stopping task run \"sleep-run-xhvhx\" 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":"313151a5-c266-46a8-b717-287995792659","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.633Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"sleep-run-xhvhx\", UID:\"b07b9d83-d6c2-4f1c-ae25-178395804376\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5083\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-run-xhvhx\" was cancelled. ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.650Z","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":"313151a5-c266-46a8-b717-287995792659","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx","duration":0.029896418}
{"severity":"info","timestamp":"2024-11-08T15:04:58.650Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-xhvhx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"2fb020b0-9bad-404e-ac09-0a913d177477","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.651Z","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":"2fb020b0-9bad-404e-ac09-0a913d177477","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx","duration":0.000208248}
{"severity":"info","timestamp":"2024-11-08T15:04:59.116Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-xhvhx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f3778668-7cee-4246-a814-09342d0f24e2","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx"}
{"severity":"info","timestamp":"2024-11-08T15:04:59.116Z","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":"f3778668-7cee-4246-a814-09342d0f24e2","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx","duration":0.000367691}
{"severity":"info","timestamp":"2024-11-08T15:05:00.128Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-run-xhvhx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0f1ea7a2-bd43-4320-b330-348f033918b9","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx"}
... skipping 16 lines ...
{"severity":"info","timestamp":"2024-11-08T15:05:01.652Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5123\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.668Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 1, 668116530, 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":"5600b356-de82-44da-bd5f-24dba6398ffa","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.053Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 2, 53300181, 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":"45166894-187e-4f9c-a0f4-9d8f5419d8f7","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.069Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 2, 69463110, 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":"bd85ee4f-082d-44eb-8c8f-539820eefe0b","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.070Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5078\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.083Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 2, 83473293, 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":"b92a0554-b126-4788-9e37-88a8981a8a0d","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.084Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"1737c133-b130-4cf4-90b9-92b073686ce7","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.653Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 2, 653914661, 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":"af13d09b-a384-4fda-a126-bff7d9a0ba58","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.654Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5143\", 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-08T15:05:02.672Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 2, 672882908, 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":"087d5a97-8cd8-4fe0-9424-091487ec4e4c","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.143Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 3, 143707266, 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":"68386285-e86a-493c-95f4-d8d71fe2b21d","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.144Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5152\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.161Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"3832c93f-2ee0-4308-ad63-4e7b77889cc8","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.162Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 3, 162001766, 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":"8a962a97-bebd-402a-84c9-0048e42b7b12","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.669Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 3, 669924561, 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":"b229d2be-a4e7-47bd-a36e-a3172288ba40","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.670Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5162\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.687Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 3, 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":"82132740-b394-475b-8054-fc0845f6afdb","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.151Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 4, 151431186, 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":"af71e307-ece2-46f9-8890-609250c7e966","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.152Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5174\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.168Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 4, 168120273, 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":"62194aa0-b309-4df4-9cd2-75a14cdd4465","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.168Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"33028223-ed3b-41ee-ba4d-f22e706a07e2","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.663Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun read-task-run-bdq8m/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 4, 663599949, 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":"c4fa866d-8b15-4974-8673-5790d5c815b8","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.664Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5186\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.678Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-bdq8m \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e0fe4c06-22eb-469f-beff-4e599ce3855b","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.681Z","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":"e0fe4c06-22eb-469f-beff-4e599ce3855b","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.002981996}
{"severity":"info","timestamp":"2024-11-08T15:05:05.167Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 5, 167812215, 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":"73f0cfb4-6e76-4cb2-b67d-5486990ef108","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.168Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5190\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.180Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded Unknown {2024-11-08 15:04:58 +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":"6d4eb567-9da0-4cc1-a684-a4bddae5ae62","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.180Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 5, 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":"3688e42d-1dfc-4ce0-a9fa-17b1cede647f","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.180Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 5, 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":"c4f944a3-65e2-42bc-8b4f-c8d08881c14c","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.740Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-bdq8m \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"31b23bfa-5ad6-43e2-b538-84580d64dc0e","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.746Z","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":"31b23bfa-5ad6-43e2-b538-84580d64dc0e","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.005738475}
{"severity":"info","timestamp":"2024-11-08T15:05:06.161Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun pipeline-with-workspace-run-67hwl-reader/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 6, 161762080, 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":"dedb6a21-80a7-497f-8c1b-ca4e5e573308","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.162Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl-reader\", UID:\"33aefc97-f821-4aff-91a6-bd97b456976a\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5203\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.178Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-67hwl-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3191b29a-2801-47dd-8ef9-b48be626ea29","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.178Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun pipeline-with-workspace-run-67hwl 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":"fcb9ffe5-180d-4f12-86d7-d3d8bfaf89d5","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.178Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun pipeline-with-workspace-run-67hwl status is being set to &{Succeeded True {2024-11-08 15:05:06.178953048 +0000 UTC m=+380.610933208} 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":"fcb9ffe5-180d-4f12-86d7-d3d8bfaf89d5","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.179Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"pipeline-with-workspace-run-67hwl\", UID:\"13c00a3a-cd09-4b9c-a190-44dd8e391c7c\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5077\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.184Z","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":"3191b29a-2801-47dd-8ef9-b48be626ea29","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader","duration":0.00618608}
{"severity":"info","timestamp":"2024-11-08T15:05:06.195Z","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":"af11a548-c478-4adf-8c75-bdf59a5b4f41","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl","duration":0.003394808}
{"severity":"info","timestamp":"2024-11-08T15:05:06.665Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-bdq8m \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1a6dd2d1-5089-4c47-9cc1-c6dd4b12dfdb","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.668Z","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":"1a6dd2d1-5089-4c47-9cc1-c6dd4b12dfdb","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.003105807}
{"severity":"info","timestamp":"2024-11-08T15:05:07.275Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-67hwl-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"da3bb8eb-8a5e-4332-bf1c-8fd887863b39","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.280Z","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":"da3bb8eb-8a5e-4332-bf1c-8fd887863b39","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader","duration":0.005067054}
{"severity":"info","timestamp":"2024-11-08T15:05:07.365Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7\", UID:\"1cb70d06-b1c4-42f1-8da9-e8dd74eb0f91\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5227\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.372Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object output-pipeline-run-k78c7-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":"7f0503b5-d129-40c6-9a5b-58b2096a492a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.380Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5229\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.380Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07.380569318 +0000 UTC m=+381.812549479} 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":"7f0503b5-d129-40c6-9a5b-58b2096a492a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.381Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7\", UID:\"1cb70d06-b1c4-42f1-8da9-e8dd74eb0f91\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5227\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.394Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 7, 394169957, 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":"c08d8037-6c99-4e1c-81ba-53112759c986","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.394Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5229\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.431Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"3e66d0d2-98f0-4135-9a1f-08a3f813cee2","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.447Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"7c6fd17d-3659-4b56-9ae5-fe26f7283692","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.448Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 7, 448596566, 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":"219038b6-72dc-426e-b77a-998f0ffd9c75","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.448Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5240\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.461Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"03e000ca-cd80-4dcc-9a0a-e5c7daf4175a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.462Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 7, 462050802, 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":"1beb4e1f-9958-4ff4-8cc5-e775f74448f1","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.232Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : pipeline-with-workspace-run-67hwl-reader \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"821ebcfd-3adb-46b3-9ac7-1a5316fb0880","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.236Z","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":"821ebcfd-3adb-46b3-9ac7-1a5316fb0880","knative.dev/key":"testcli-sp4vx/pipeline-with-workspace-run-67hwl-reader","duration":0.004387245}
{"severity":"info","timestamp":"2024-11-08T15:05:08.422Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5251\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.436Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 8, 436567791, 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":"59160bc8-06f3-47eb-9639-3474f0957859","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.436Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5251\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.485Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 8, 485018897, 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":"cf7ac912-c654-4ddc-b347-52c141fa9e7d","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.485Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5259\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.496Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 8, 496692494, 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":"9ae8ac31-6938-4b70-99d9-8eb747eda0b6","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.677Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 8, 677756564, 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":"ba622fab-72b5-4259-9fbf-8ad2696a6e44","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.678Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5243\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.696Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"d0d5343e-f596-402d-8ab2-ebce0c46e29f","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.698Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 8, 698497547, 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":"daa35335-8380-43da-ace3-f2c01428eb00","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.302Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 9, 302362590, 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":"967cb6ac-fac9-4c60-b673-73fd482cf36a","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.683Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 9, 682991209, 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":"6ccbd7a2-32b8-406a-bfae-c8a2ab803e38","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.683Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5274\", 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-08T15:05:09.696Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"32fa3c1d-29ee-47ae-a233-30aa2e3ed566","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.697Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 9, 697736008, 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":"c2b95af7-4718-4f77-93f5-eea405bfa747","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.184Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 10, 184302291, 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":"e6f6267e-9c4b-43ec-9eeb-224d4448b8e0","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.184Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5261\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [place-scripts]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.198Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 10, 198557243, 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":"158639b9-16ba-4640-80a1-5e01d95d2928","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.196Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 11, 196135278, 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":"8a2befd5-11ee-4ca4-976a-2885f73a7033","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.196Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5299\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Ready\":\"False\"; message: \"containers with unready status: [step-list-files]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.207Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 11, 207495255, 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":"c7778396-0d57-42b5-8574-4a2945c8a1ae","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.704Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 11, 704216153, 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":"1cc2cd41-cfc2-4c08-b455-1e31b5222964","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.704Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5289\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.719Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 11, 719045525, 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":"7e7868e0-a1cb-4119-9613-e8bc76609edd","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.719Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5289\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.721Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"2ce3772b-cb47-422e-8a0a-58708b2226cc","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.741Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 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":"71431d40-9601-4aeb-a23e-51404a0ad9dd","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.204Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 12, 204301406, 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":"73bd682c-deb5-4b0f-b748-b740d836987b","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.205Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5314\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Not all Steps in the Task have finished executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.217Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 12, 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":"586de88c-d1b2-41e5-ae41-e9bddf16017e","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.197Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun task-optional-ws-run-f9brj/testcli-q2xbq with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 13, 197105267, 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":"8637583d-f154-42f9-81c6-03acad9b21da","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.197Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5328\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.208Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-f9brj \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"355ee96e-ffbf-4e0b-9f73-db4d15c681a3","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.210Z","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":"355ee96e-ffbf-4e0b-9f73-db4d15c681a3","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.002796567}
{"severity":"info","timestamp":"2024-11-08T15:05:14.275Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-f9brj \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"64b8ec20-cac8-456c-a1bc-d6c099300d78","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:14.278Z","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":"64b8ec20-cac8-456c-a1bc-d6c099300d78","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.002628925}
{"severity":"info","timestamp":"2024-11-08T15:05:15.207Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-f9brj \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"293dcab2-b64b-4a09-a639-2edf45561161","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:15.210Z","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":"293dcab2-b64b-4a09-a639-2edf45561161","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.003042955}
{"severity":"info","timestamp":"2024-11-08T15:05:18.478Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-7cdtx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"992b4eb6-0f43-471c-a15b-1bd1d14b86fa","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.480Z","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":"992b4eb6-0f43-471c-a15b-1bd1d14b86fa","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","targetMethod":"ReconcileKind","error":"pods \"read-task-run-7cdtx-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-08T15:05:18.481Z","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":"992b4eb6-0f43-471c-a15b-1bd1d14b86fa","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.003034313,"error":"pods \"read-task-run-7cdtx-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-08T15:05:18.481Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-7cdtx \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"4062e411-ef99-4bc8-b350-36abeff2942c","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.481Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-7cdtx\", UID:\"0df47ada-42d7-4b1b-9676-b0fcbbdf6a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5015\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-7cdtx-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.484Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-bdq8m \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"3f44a642-ef8f-4173-8d60-eb6fab375ba5","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.484Z","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":"4062e411-ef99-4bc8-b350-36abeff2942c","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","targetMethod":"ReconcileKind","error":"pods \"read-task-run-7cdtx-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-08T15:05:18.484Z","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":"4062e411-ef99-4bc8-b350-36abeff2942c","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.003485115,"error":"pods \"read-task-run-7cdtx-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-08T15:05:18.485Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-7cdtx\", UID:\"0df47ada-42d7-4b1b-9676-b0fcbbdf6a89\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5015\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-7cdtx-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.488Z","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":"3f44a642-ef8f-4173-8d60-eb6fab375ba5","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","targetMethod":"ReconcileKind","error":"pods \"read-task-run-bdq8m-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-08T15:05:18.488Z","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":"3f44a642-ef8f-4173-8d60-eb6fab375ba5","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.004601612,"error":"pods \"read-task-run-bdq8m-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-08T15:05:18.488Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5195\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-bdq8m-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.489Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-bdq8m \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"fd8cb15d-f81c-4284-a2c4-6a2e0e14358b","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.493Z","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":"fd8cb15d-f81c-4284-a2c4-6a2e0e14358b","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","targetMethod":"ReconcileKind","error":"pods \"read-task-run-bdq8m-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-08T15:05:18.493Z","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":"fd8cb15d-f81c-4284-a2c4-6a2e0e14358b","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.004332538,"error":"pods \"read-task-run-bdq8m-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-08T15:05:18.493Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-bdq8m\", UID:\"20a792ec-63ff-4c22-acfa-3cacd7102335\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5195\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-bdq8m-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.494Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-fzb8b \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f38774f7-cc8c-4531-85f2-d17afc047884","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.496Z","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":"f38774f7-cc8c-4531-85f2-d17afc047884","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b","targetMethod":"ReconcileKind","error":"pods \"read-task-run-fzb8b-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-08T15:05:18.496Z","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":"f38774f7-cc8c-4531-85f2-d17afc047884","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b","duration":0.002206647,"error":"pods \"read-task-run-fzb8b-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-08T15:05:18.496Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-fzb8b\", UID:\"0374c25b-7187-49dd-adde-c3825cffafd4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4483\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-fzb8b-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.499Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-fzb8b \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"248f2a42-47a1-45a5-898a-931427ef98cc","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.503Z","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":"248f2a42-47a1-45a5-898a-931427ef98cc","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b","targetMethod":"ReconcileKind","error":"pods \"read-task-run-fzb8b-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-08T15:05:18.503Z","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":"248f2a42-47a1-45a5-898a-931427ef98cc","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b","duration":0.00388507,"error":"pods \"read-task-run-fzb8b-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-08T15:05:18.503Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-fzb8b\", UID:\"0374c25b-7187-49dd-adde-c3825cffafd4\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4483\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-fzb8b-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.509Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mb4hr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"da1a4dc5-de29-43ef-8279-e5a5f94cd1c6","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.512Z","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":"da1a4dc5-de29-43ef-8279-e5a5f94cd1c6","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr","targetMethod":"ReconcileKind","error":"pods \"read-task-run-mb4hr-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-08T15:05:18.512Z","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":"da1a4dc5-de29-43ef-8279-e5a5f94cd1c6","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr","duration":0.003177542,"error":"pods \"read-task-run-mb4hr-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-08T15:05:18.512Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mb4hr \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"0d6bf37a-79e3-4523-b01a-b846cc7bd234","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.512Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-mb4hr\", UID:\"de09f598-ada8-42ba-80a9-cb92a1ee879f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4571\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-mb4hr-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.513Z","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":"0d6bf37a-79e3-4523-b01a-b846cc7bd234","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr","targetMethod":"ReconcileKind","error":"pods \"read-task-run-mb4hr-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-08T15:05:18.514Z","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":"0d6bf37a-79e3-4523-b01a-b846cc7bd234","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr","duration":0.001668923,"error":"pods \"read-task-run-mb4hr-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-08T15:05:18.514Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-mb4hr\", UID:\"de09f598-ada8-42ba-80a9-cb92a1ee879f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4571\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-mb4hr-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.517Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mtjfs \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e9035ab5-4945-4979-bc05-7b411bf8b0fe","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.524Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-wd8x4 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e18bff03-06b4-4556-bf20-58b69b1aa875","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.531Z","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":"e9035ab5-4945-4979-bc05-7b411bf8b0fe","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","targetMethod":"ReconcileKind","error":"pods \"read-task-run-mtjfs-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-08T15:05:18.531Z","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":"e9035ab5-4945-4979-bc05-7b411bf8b0fe","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","duration":0.014047694,"error":"pods \"read-task-run-mtjfs-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-08T15:05:18.531Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-f9brj \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"d0208bc1-8cbd-47f8-aee1-9d748e8a3be8","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.531Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-mtjfs\", UID:\"d97f5c2a-89f8-49bb-88b8-99e4699ac388\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4200\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-mtjfs-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.587Z","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":"e18bff03-06b4-4556-bf20-58b69b1aa875","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4","targetMethod":"ReconcileKind","error":"pods \"read-task-run-wd8x4-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-08T15:05:18.587Z","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":"e18bff03-06b4-4556-bf20-58b69b1aa875","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4","duration":0.063620446,"error":"pods \"read-task-run-wd8x4-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-08T15:05:18.587Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-mtjfs \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"aa0be1d9-5b1e-411c-8054-02f7c87b3932","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.587Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-wd8x4\", UID:\"47c16ef3-ccea-434b-93f6-cb7166bbe852\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4388\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-wd8x4-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.631Z","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":"d0208bc1-8cbd-47f8-aee1-9d748e8a3be8","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","targetMethod":"ReconcileKind","error":"pods \"task-optional-ws-run-f9brj-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-08T15:05:18.631Z","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":"d0208bc1-8cbd-47f8-aee1-9d748e8a3be8","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.100110328,"error":"pods \"task-optional-ws-run-f9brj-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-08T15:05:18.632Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-with-workspace-run-tn5wd \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"f1744972-4e45-4534-b6dd-f90833b08d17","knative.dev/key":"testcli-q2xbq/task-with-workspace-run-tn5wd"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.631Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5336\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-optional-ws-run-f9brj-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.731Z","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":"aa0be1d9-5b1e-411c-8054-02f7c87b3932","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","targetMethod":"ReconcileKind","error":"pods \"read-task-run-mtjfs-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-08T15:05:18.731Z","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":"aa0be1d9-5b1e-411c-8054-02f7c87b3932","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","duration":0.144134698,"error":"pods \"read-task-run-mtjfs-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-08T15:05:18.732Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-mtjfs\", UID:\"d97f5c2a-89f8-49bb-88b8-99e4699ac388\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4200\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-mtjfs-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.732Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : read-task-run-wd8x4 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"e49578e4-e0bf-4a32-97cd-67c0bc25a3ae","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.781Z","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":"f1744972-4e45-4534-b6dd-f90833b08d17","knative.dev/key":"testcli-q2xbq/task-with-workspace-run-tn5wd","targetMethod":"ReconcileKind","error":"pods \"task-with-workspace-run-tn5wd-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-08T15:05:18.782Z","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":"f1744972-4e45-4534-b6dd-f90833b08d17","knative.dev/key":"testcli-q2xbq/task-with-workspace-run-tn5wd","duration":0.150078991,"error":"pods \"task-with-workspace-run-tn5wd-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-08T15:05:18.782Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : task-optional-ws-run-f9brj \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"1f7b7658-d6e1-447a-8afa-fb44ed694038","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.782Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-with-workspace-run-tn5wd\", UID:\"c738fe41-a1ef-4b17-bd11-5cd211619c32\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4716\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-with-workspace-run-tn5wd-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.881Z","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":"e49578e4-e0bf-4a32-97cd-67c0bc25a3ae","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4","targetMethod":"ReconcileKind","error":"pods \"read-task-run-wd8x4-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-08T15:05:18.882Z","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":"e49578e4-e0bf-4a32-97cd-67c0bc25a3ae","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4","duration":0.149997086,"error":"pods \"read-task-run-wd8x4-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-08T15:05:18.882Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"read-task-run-wd8x4\", UID:\"47c16ef3-ccea-434b-93f6-cb7166bbe852\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"4388\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"read-task-run-wd8x4-pod\" not found","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:05:18.931Z","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":"1f7b7658-d6e1-447a-8afa-fb44ed694038","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","targetMethod":"ReconcileKind","error":"pods \"task-optional-ws-run-f9brj-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-08T15:05:18.931Z","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":"1f7b7658-d6e1-447a-8afa-fb44ed694038","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.14985027,"error":"pods \"task-optional-ws-run-f9brj-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-08T15:05:18.932Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-q2xbq\", Name:\"task-optional-ws-run-f9brj\", UID:\"e68b6847-51ed-4101-9555-83a8689fa3ea\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5336\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' pods \"task-optional-ws-run-f9brj-pod\" not found","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.088Z","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":"90519ca4-9944-4fb8-9681-6e7a9b37e9f9","knative.dev/key":"testcli-q2xbq/read-task-run-7cdtx","duration":0.000048515}
{"severity":"info","timestamp":"2024-11-08T15:05:19.092Z","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":"15e3ecf8-ff75-4266-ac58-61bd24c8eedf","knative.dev/key":"testcli-q2xbq/read-task-run-bdq8m","duration":0.000044832}
{"severity":"info","timestamp":"2024-11-08T15:05:19.097Z","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":"ad9beb54-81bb-4a5d-af2b-15f6f242a5da","knative.dev/key":"testcli-q2xbq/read-task-run-fzb8b","duration":0.00004049}
{"severity":"info","timestamp":"2024-11-08T15:05:19.102Z","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":"a740e227-a720-4fbb-8f4d-5f2d7bbb9561","knative.dev/key":"testcli-q2xbq/read-task-run-mb4hr","duration":0.000037337}
{"severity":"info","timestamp":"2024-11-08T15:05:19.106Z","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":"15c6f6e2-f506-4a51-9fce-1cf2d60053d6","knative.dev/key":"testcli-q2xbq/read-task-run-mtjfs","duration":0.000037365}
{"severity":"info","timestamp":"2024-11-08T15:05:19.113Z","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":"07c28885-8a7d-43e4-ae1a-150f3b144f02","knative.dev/key":"testcli-q2xbq/read-task-run-wd8x4","duration":0.000035435}
{"severity":"info","timestamp":"2024-11-08T15:05:19.118Z","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":"3d056b6a-8368-462c-a10a-787a031702ce","knative.dev/key":"testcli-q2xbq/sleep-run-xhvhx","duration":0.00002616}
{"severity":"info","timestamp":"2024-11-08T15:05:19.124Z","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":"c6760611-74ad-4912-9946-7b98e67b0ac1","knative.dev/key":"testcli-q2xbq/task-optional-ws-run-f9brj","duration":0.000040638}
{"severity":"info","timestamp":"2024-11-08T15:05:19.127Z","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":"f7d9fcea-bc57-4d6c-b4c0-a8ccc28a23d5","knative.dev/key":"testcli-q2xbq/task-with-workspace-run-tn5wd","duration":0.000039353}
{"severity":"info","timestamp":"2024-11-08T15:05:42.774Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 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":"393b20ff-9022-4efe-b9c4-859af70c674f","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.795Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded Unknown {2024-11-08 15:05:07 +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":"34314499-dad3-4904-83a6-851cbd74c48a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.795Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 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":"0a2dc9b1-e1af-40e7-a8e0-507b32a1ffe8","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.778Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun output-pipeline-run-k78c7-first-create-file/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"True\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 43, 778314697, 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":"a1fef456-8e83-48a4-8c03-1ad8bbd15036","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.778Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7-first-create-file\", UID:\"d92abe90-d1b8-4167-963d-f72e21d09004\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5685\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' All Steps have completed executing","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.793Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-k78c7-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":"518c8198-552a-4de9-8bc0-e256dbf04c4b","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.793Z","logger":"tekton-pipelines-controller","caller":"resources/pipelinerunstate.go:535","message":"All TaskRuns have finished for PipelineRun output-pipeline-run-k78c7 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":"94d3a5c5-dc9b-4dd7-9c17-c17f8d0c0880","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.793Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun output-pipeline-run-k78c7 status is being set to &{Succeeded True {2024-11-08 15:05:43.793878225 +0000 UTC m=+418.225858383} 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":"94d3a5c5-dc9b-4dd7-9c17-c17f8d0c0880","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.794Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"output-pipeline-run-k78c7\", UID:\"1cb70d06-b1c4-42f1-8da9-e8dd74eb0f91\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5239\", FieldPath:\"\"}): type: 'Normal' reason: 'Succeeded' Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.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":"518c8198-552a-4de9-8bc0-e256dbf04c4b","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file","duration":0.003558336}
{"severity":"info","timestamp":"2024-11-08T15:05:43.805Z","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":"2995b50f-5dc7-448d-b030-0676bc1eae2a","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7","duration":0.000125308}
{"severity":"info","timestamp":"2024-11-08T15:05:44.859Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-k78c7-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":"52c5580e-c408-4fed-ad3f-5fb0192c5bff","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:44.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":"52c5580e-c408-4fed-ad3f-5fb0192c5bff","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file","duration":0.00344613}
{"severity":"info","timestamp":"2024-11-08T15:05:45.790Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : output-pipeline-run-k78c7-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":"e7479a27-b69c-4787-990a-44974bc9cc25","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.794Z","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":"e7479a27-b69c-4787-990a-44974bc9cc25","knative.dev/key":"testcli-sp4vx/output-pipeline-run-k78c7-first-create-file","duration":0.003669457}
{"severity":"info","timestamp":"2024-11-08T15:05:47.488Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9\", UID:\"4fc5e083-33e9-4a09-b2b8-badddc5eb4a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5710\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.493Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:1044","message":"Creating a new TaskRun object sleep-pipeline-run-pcpq9-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":"e97acf71-a26d-4e71-b1e3-9fa6e73439c7","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.499Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-pcpq9 status is being set to &{Succeeded Unknown {2024-11-08 15:05:47.499964095 +0000 UTC m=+421.931944258} 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":"e97acf71-a26d-4e71-b1e3-9fa6e73439c7","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.500Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9\", UID:\"4fc5e083-33e9-4a09-b2b8-badddc5eb4a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5710\", FieldPath:\"\"}): type: 'Normal' reason: 'Running' Tasks Completed: 0 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 0","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.500Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9-pipelinetask1\", UID:\"d14ec87c-3b78-4ff5-acb4-53f6fd6f0f7f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5712\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' ","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.514Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-pcpq9-pipelinetask1/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 47, 514204238, 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":"7f1baa01-1279-4527-bc89-32b777786fcf","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.514Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9-pipelinetask1\", UID:\"d14ec87c-3b78-4ff5-acb4-53f6fd6f0f7f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5712\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' Pending","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.546Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-pcpq9 status is being set to &{Succeeded Unknown {2024-11-08 15:05:47 +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":"669ed0c2-c4cc-45d4-9c84-da800ba3d9e9","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.558Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-pcpq9 status is being set to &{Succeeded Unknown {2024-11-08 15:05:47 +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":"78f35fd0-c454-4d72-aa09-377a779d80e3","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.559Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-pcpq9-pipelinetask1/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 47, 559966337, 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":"62d29405-708b-4c85-a76e-a9921ba6166e","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.562Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9-pipelinetask1\", UID:\"d14ec87c-3b78-4ff5-acb4-53f6fd6f0f7f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5723\", FieldPath:\"\"}): type: 'Normal' reason: 'Pending' pod status \"Initialized\":\"False\"; message: \"containers with incomplete status: [prepare]\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.573Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-pcpq9-pipelinetask1/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 47, 573784515, 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":"5aed529c-2c7f-4f65-8ee1-a22db8782e0c","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.573Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/pipelinerun.go:822","message":"PipelineRun sleep-pipeline-run-pcpq9 status is being set to &{Succeeded Unknown {2024-11-08 15:05:47 +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":"73a46154-e102-4226-b2b6-92bb43dc3e17","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.304Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:688","message":"Successfully reconciled taskrun sleep-pipeline-run-pcpq9-pipelinetask1/testcli-sp4vx with status: &apis.Condition{Type:\"Succeeded\", Status:\"Unknown\", Severity:\"\", LastTransitionTime:apis.VolatileTime{Inner:time.Date(2024, time.November, 8, 15, 5, 48, 304286054, 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":"0036af72-7f4e-4d7f-bc56-5f5fae794bf7","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.613Z","logger":"tekton-pipelines-controller","caller":"pipelinerun/cancel.go:144","message":"cancelling TaskRun sleep-pipeline-run-pcpq9-pipelinetask1","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.pipelinerun.Reconciler","knative.dev/kind":"tekton.dev.PipelineRun","knative.dev/traceid":"a602a5a0-7042-445b-986e-333f27c12959","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9"}
{"severity":"warn","timestamp":"2024-11-08T15:05:48.624Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:797","message":"stopping task run \"sleep-pipeline-run-pcpq9-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":"d6875057-d039-4785-be5e-bea0fb97665f","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.625Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"PipelineRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9\", UID:\"4fc5e083-33e9-4a09-b2b8-badddc5eb4a1\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5734\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' PipelineRun \"sleep-pipeline-run-pcpq9\" was cancelled","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.632Z","logger":"tekton-pipelines-controller.event-broadcaster","caller":"record/event.go:364","message":"Event(v1.ObjectReference{Kind:\"TaskRun\", Namespace:\"testcli-sp4vx\", Name:\"sleep-pipeline-run-pcpq9-pipelinetask1\", UID:\"d14ec87c-3b78-4ff5-acb4-53f6fd6f0f7f\", APIVersion:\"tekton.dev/v1\", ResourceVersion:\"5735\", FieldPath:\"\"}): type: 'Warning' reason: 'Failed' TaskRun \"sleep-pipeline-run-pcpq9-pipelinetask1\" was cancelled. TaskRun cancelled as the PipelineRun it belongs to has been cancelled.","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.641Z","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":"a602a5a0-7042-445b-986e-333f27c12959","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9","duration":0.028188223}
{"severity":"info","timestamp":"2024-11-08T15:05:48.641Z","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":"e00a0f69-587d-498a-9a9b-45ace40e92ba","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9","duration":0.000145259}
{"severity":"info","timestamp":"2024-11-08T15:05:48.648Z","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":"288271ac-5103-46ed-8313-a8ca0666688b","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9","duration":0.000157252}
{"severity":"info","timestamp":"2024-11-08T15:05:48.649Z","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":"d6875057-d039-4785-be5e-bea0fb97665f","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1","duration":0.025597527}
{"severity":"info","timestamp":"2024-11-08T15:05:48.649Z","logger":"tekton-pipelines-controller","caller":"taskrun/taskrun.go:150","message":"taskrun done : sleep-pipeline-run-pcpq9-pipelinetask1 \n","commit":"96db451","knative.dev/controller":"github.com.tektoncd.pipeline.pkg.reconciler.taskrun.Reconciler","knative.dev/kind":"tekton.dev.TaskRun","knative.dev/traceid":"ff4076a8-a04a-47ad-b7cb-609629fcc55e","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.649Z","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":"ff4076a8-a04a-47ad-b7cb-609629fcc55e","knative.dev/key":"testcli-sp4vx/sleep-pipeline-run-pcpq9-pipelinetask1","duration":0.000169779}
... skipping 41 lines ...
I1108 14:58:47.360176 1 leaderelection.go:250] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01...
I1108 14:58:47.360436 1 leaderelection.go:250] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01...
I1108 14:58:47.360620 1 leaderelection.go:250] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01...
I1108 14:58:47.360816 1 leaderelection.go:250] attempting to acquire leader lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01...
I1108 14:58:47.368483 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.conversionwebhook.00-of-01
{"severity":"info","timestamp":"2024-11-08T14:58:47.368Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7lrws_57cb22ce-9ee7-413c-ab99-4c773b76afdf\" has started leading \"tekton-pipelines-webhook.conversionwebhook.00-of-01\"","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"4cb5566f-1f7c-40d5-84f3-50933b4f9a25","knative.dev/key":"taskruns.tekton.dev","duration":0.000032446,"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-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"8d1d8f77-17a9-488d-bc56-5dd0ab679a66","knative.dev/key":"pipelineruns.tekton.dev","duration":0.000016475,"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-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"f8fbdd7b-9c20-48c8-bda3-8c7cc518af2e","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000015671,"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-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"d4347783-a1dc-489b-8b7f-53b0611ef072","knative.dev/key":"stepactions.tekton.dev","duration":0.000015673,"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-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"82941648-ac9c-46ae-84aa-b86edca78da4","knative.dev/key":"tasks.tekton.dev","duration":0.000013864,"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-08T14:58:47.369Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"38a53f9d-7733-423a-9cd5-961726de461e","knative.dev/key":"pipelines.tekton.dev","duration":0.00004464,"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"}
I1108 14:58:47.371998 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.validationwebhook.00-of-01
I1108 14:58:47.372491 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.webhookcertificates.00-of-01
I1108 14:58:47.372984 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.defaultingwebhook.00-of-01
I1108 14:58:47.373408 1 leaderelection.go:260] successfully acquired lease tekton-pipelines/tekton-pipelines-webhook.configmapwebhook.00-of-01
{"severity":"info","timestamp":"2024-11-08T14:58:47.373Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7lrws_eb83beb0-7982-473d-90d3-ee6e6cc57002\" has started leading \"tekton-pipelines-webhook.validationwebhook.00-of-01\"","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T14:58:47.373Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"519d8cde-97cb-4f8f-85cb-5fd3d8526df5","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.00001793,"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-08T14:58:47.374Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7lrws_3f5e7210-57e6-469c-b874-31e4146802fc\" has started leading \"tekton-pipelines-webhook.webhookcertificates.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.374Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7lrws_50a54f70-fce2-4bdd-b8be-94058a6276ed\" has started leading \"tekton-pipelines-webhook.defaultingwebhook.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.374Z","logger":"tekton-pipelines-webhook","caller":"leaderelection/context.go:158","message":"\"tekton-pipelines-webhook-846bd5bbdc-7lrws_8b57afe5-56de-4a76-a8ee-03466e47ce88\" has started leading \"tekton-pipelines-webhook.configmapwebhook.00-of-01\"","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.374Z","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":"cf50e214-ddd5-4407-a481-5b97394a354f","knative.dev/key":"tekton-pipelines/webhook-certs"}
{"severity":"error","timestamp":"2024-11-08T14:58:47.376Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"f33e2b02-a7f2-439b-8d50-97fe607bf9c2","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.000042191,"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-08T14:58:47.376Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"803ddc26-a922-4744-a51a-b49830d8ad62","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000166172,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"db5d1c92-ad65-42e5-b619-b38fc9b3622c","knative.dev/key":"pipelineruns.tekton.dev","duration":0.000020338,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"f4389b62-89ab-4baa-b1e4-a02955f2ebd7","knative.dev/key":"taskruns.tekton.dev","duration":0.000143255,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"08ef11d9-c40c-4b26-8a66-9250a53ebda5","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.000019542,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"96daf993-628c-45d2-b53a-2bcf5e0f2c98","knative.dev/key":"stepactions.tekton.dev","duration":0.000021177,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"824d035f-a06e-49ec-86e7-76fb287927ee","knative.dev/key":"tasks.tekton.dev","duration":0.000016167,"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-08T14:58:47.377Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"df2719e6-b48c-4f6d-a8eb-1055b2ed52f1","knative.dev/key":"pipelines.tekton.dev","duration":0.000016084,"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-08T14:58:47.379Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"6816cb6c-c695-48aa-88dd-572546c8ce89","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.000026915,"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-08T14:58:47.382Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"7f72247e-560e-4f71-a98b-1d1e89204106","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.000021872,"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-08T14:58:47.398Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"837a1edd-e5c4-46b9-b386-6a5088d558a7","knative.dev/key":"stepactions.tekton.dev","duration":0.000088223,"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-08T14:58:47.409Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"2a22ac7b-7ba8-4aa7-b87e-6488087a8c2c","knative.dev/key":"resolutionrequests.resolution.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.411Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"cf50e214-ddd5-4407-a481-5b97394a354f","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.036547706}
{"severity":"info","timestamp":"2024-11-08T14:58:47.411Z","logger":"tekton-pipelines-webhook.WebhookCertificates","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"8566fcbd-fdd8-41c4-97c7-18e450cb46f5","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.000219857}
{"severity":"info","timestamp":"2024-11-08T14:58:47.412Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"61aa5c92-9d44-4253-8c91-f1b3aab36676","knative.dev/key":"pipelineruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.416Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:228","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"38ba33bc-1b31-4bc0-9df1-416e617a7b9b","knative.dev/key":"validation.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.423Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:162","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"16b58ad1-7429-4b84-b460-41b1b8556c47","knative.dev/key":"config.webhook.pipeline.tekton.dev"}
... skipping 5 lines ...
{"severity":"info","timestamp":"2024-11-08T14:58:47.449Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"d5a028c4-53bb-485b-bca8-ab52a473edca","knative.dev/key":"tasks.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.451Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"61aa5c92-9d44-4253-8c91-f1b3aab36676","knative.dev/key":"pipelineruns.tekton.dev","duration":0.052870281}
{"severity":"info","timestamp":"2024-11-08T14:58:47.456Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"8f55d611-79a1-424b-b02c-9bcfd54bf99e","knative.dev/key":"pipelines.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.457Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"38ba33bc-1b31-4bc0-9df1-416e617a7b9b","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.06079075}
{"severity":"info","timestamp":"2024-11-08T14:58:47.459Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"fcad669f-9d3a-48da-be66-d6958b067a8e","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.060843543}
{"severity":"info","timestamp":"2024-11-08T14:58:47.460Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"16b58ad1-7429-4b84-b460-41b1b8556c47","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.062872455}
{"severity":"error","timestamp":"2024-11-08T14:58:47.460Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"5f17b8c4-9a75-486c-a9bc-46bf19b4db9e","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.052042402,"error":"failed to update webhook: Operation cannot be fulfilled on validatingwebhookconfigurations.admissionregistration.k8s.io \"validation.webhook.pipeline.tekton.dev\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"knative.dev/pkg/controller.(*Impl).handleErr\n\tknative.dev/pkg@v0.0.0-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-08T14:58:47.461Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"12ae56b0-0b9e-4c9c-80c6-857f8ab678d5","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.051961949,"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-08T14:58:47.461Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"d0268bf2-2381-446b-a054-486b14099fa1","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.064751384,"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-08T14:58:47.536Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:168","message":"Webhook is valid","commit":"96db451","knative.dev/traceid":"04a2b0c1-5742-4426-a15d-b36ba5884493","knative.dev/key":"config.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.536Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"04a2b0c1-5742-4426-a15d-b36ba5884493","knative.dev/key":"config.webhook.pipeline.tekton.dev","duration":0.075675847}
{"severity":"info","timestamp":"2024-11-08T14:58:47.538Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"d5a028c4-53bb-485b-bca8-ab52a473edca","knative.dev/key":"tasks.tekton.dev","duration":0.095861012}
{"severity":"info","timestamp":"2024-11-08T14:58:47.542Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:109","message":"updating CRD","commit":"96db451","knative.dev/traceid":"29eea7b0-b0e2-4f2e-a71c-c8c76a05cf94","knative.dev/key":"taskruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.543Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"8f55d611-79a1-424b-b02c-9bcfd54bf99e","knative.dev/key":"pipelines.tekton.dev","duration":0.091487905}
{"severity":"error","timestamp":"2024-11-08T14:58:47.543Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"8aa570b3-33a3-435a-88e0-86512a9649e5","knative.dev/key":"stepactions.tekton.dev","duration":0.000061435,"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-08T14:58:47.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"6ceeaf7c-b27c-494b-a756-2d9f627d10d0","knative.dev/key":"resolutionrequests.resolution.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.550Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"6ceeaf7c-b27c-494b-a756-2d9f627d10d0","knative.dev/key":"resolutionrequests.resolution.tekton.dev","duration":0.006235809}
{"severity":"info","timestamp":"2024-11-08T14:58:47.566Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"912dd3d3-3a01-4e7e-ade4-7cb1545984eb","knative.dev/key":"pipelineruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.566Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"912dd3d3-3a01-4e7e-ade4-7cb1545984eb","knative.dev/key":"pipelineruns.tekton.dev","duration":0.016511064}
{"severity":"info","timestamp":"2024-11-08T14:58:47.616Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"configmaps/configmaps.go:168","message":"Webhook is valid","commit":"96db451","knative.dev/traceid":"b456624a-b0de-45f8-98fe-6f6ee1342904","knative.dev/key":"tekton-pipelines/webhook-certs"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.616Z","logger":"tekton-pipelines-webhook.ConfigMapWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"b456624a-b0de-45f8-98fe-6f6ee1342904","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.136823695}
{"severity":"info","timestamp":"2024-11-08T14:58:47.629Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"29eea7b0-b0e2-4f2e-a71c-c8c76a05cf94","knative.dev/key":"taskruns.tekton.dev","duration":0.090813258}
{"severity":"error","timestamp":"2024-11-08T14:58:47.629Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"3eabb52e-a6ae-4b96-b66f-567b9351d58f","knative.dev/key":"stepactions.tekton.dev","duration":0.000059895,"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-08T14:58:47.636Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:228","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"82426d49-c63f-40a3-80b7-a07289b7f0d3","knative.dev/key":"validation.webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.645Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"d7d854a6-3a6f-47e0-9cfa-22fe66e3a9e9","knative.dev/key":"tasks.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.645Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"d7d854a6-3a6f-47e0-9cfa-22fe66e3a9e9","knative.dev/key":"tasks.tekton.dev","duration":0.00772181}
{"severity":"info","timestamp":"2024-11-08T14:58:47.652Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"93df942c-df60-4251-b184-c69107adf58a","knative.dev/key":"pipelines.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.652Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"93df942c-df60-4251-b184-c69107adf58a","knative.dev/key":"pipelines.tekton.dev","duration":0.006760028}
{"severity":"info","timestamp":"2024-11-08T14:58:47.659Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"conversion/reconciler.go:115","message":"CRD is up to date","commit":"96db451","knative.dev/traceid":"f6d2acd8-1960-478d-bd00-a10dc82526cd","knative.dev/key":"taskruns.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.659Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"f6d2acd8-1960-478d-bd00-a10dc82526cd","knative.dev/key":"taskruns.tekton.dev","duration":0.00676097}
{"severity":"info","timestamp":"2024-11-08T14:58:47.712Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"validation/reconcile_config.go:228","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"d1dbe775-2f65-492c-a0ed-d0000c35c28d","knative.dev/key":"tekton-pipelines/webhook-certs"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.720Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:255","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"a29b5014-b61c-4689-ba96-ca8a4630d84c","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.721Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"82426d49-c63f-40a3-80b7-a07289b7f0d3","knative.dev/key":"validation.webhook.pipeline.tekton.dev","duration":0.261919262}
{"severity":"info","timestamp":"2024-11-08T14:58:47.722Z","logger":"tekton-pipelines-webhook.ValidationWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"d1dbe775-2f65-492c-a0ed-d0000c35c28d","knative.dev/key":"tekton-pipelines/webhook-certs","duration":0.242797054}
{"severity":"info","timestamp":"2024-11-08T14:58:47.724Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"a29b5014-b61c-4689-ba96-ca8a4630d84c","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.262651504}
{"severity":"error","timestamp":"2024-11-08T14:58:47.726Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"4a48fdc7-31e1-4729-9923-c1a51bdb7572","knative.dev/key":"stepactions.tekton.dev","duration":0.000046444,"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-08T14:58:47.745Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"defaulting/defaulting.go:255","message":"Updating webhook","commit":"96db451","knative.dev/traceid":"e95a59ee-ff68-4567-b85f-0fd68d66cd88","knative.dev/key":"webhook.pipeline.tekton.dev"}
{"severity":"info","timestamp":"2024-11-08T14:58:47.750Z","logger":"tekton-pipelines-webhook.DefaultingWebhook","caller":"controller/controller.go:550","message":"Reconcile succeeded","commit":"96db451","knative.dev/traceid":"e95a59ee-ff68-4567-b85f-0fd68d66cd88","knative.dev/key":"webhook.pipeline.tekton.dev","duration":0.025770897}
{"severity":"error","timestamp":"2024-11-08T14:58:47.886Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"8ab2f3c5-a2cc-4f8b-aa1d-6e34826ca4af","knative.dev/key":"stepactions.tekton.dev","duration":0.000057257,"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-08T14:58:48.207Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"cc8ed086-0f63-4f0a-951d-93d3f0b152ca","knative.dev/key":"stepactions.tekton.dev","duration":0.000056557,"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-08T14:58:48.849Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"01b14153-7f83-4be9-b39b-7eeeb974b861","knative.dev/key":"stepactions.tekton.dev","duration":0.000065029,"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-08T14:58:50.129Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"608930ef-5785-459d-b78a-3efcff00b1a1","knative.dev/key":"stepactions.tekton.dev","duration":0.000097121,"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-08T14:58:52.689Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"d9a5cc52-edf2-4c59-8556-c7911c2d4194","knative.dev/key":"stepactions.tekton.dev","duration":0.000084567,"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-08T14:58:55.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1680), 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)(0xc000140900), 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:16291\", RequestURI:\"/config-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/config-validation\", ctx:(*context.cancelCtx)(0xc0001461e0), pat:(*http.pattern)(0xc0004ffe00), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:58:55.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":"/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":"1b230145-6d20-4812-b13a-b7820895188d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-08T14:58:57.810Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"59490919-63ad-4fa4-90ce-60fa9ccbc604","knative.dev/key":"stepactions.tekton.dev","duration":0.000072415,"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-08T14:59:08.051Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"e9df8478-02e6-4f15-b8ab-0bc228da17e2","knative.dev/key":"stepactions.tekton.dev","duration":0.000060128,"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-08T14:59:28.532Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"25698944-32a5-4fc2-a2d4-907ffab3aa00","knative.dev/key":"stepactions.tekton.dev","duration":0.000120113,"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-08T14:59:36.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc78c0), 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)(0xc000bf1d00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c04c30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.289Z","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-08T14:59:36.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=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":"e7a12f43-8ad8-4aef-b116-0d36566862d4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69950), 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)(0xc000c4eac0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c042d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"71d207b7-e7b2-41bf-8691-b18dbc01068e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69dd0), 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)(0xc000998380), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c05ea0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.306Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d06c0), 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)(0xc000998bc0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec3c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.307Z","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-08T14:59:36.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=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":"ee1fbb20-b487-4dff-8de1-df4a53527157","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe510), 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)(0xc000999380), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec550), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"ce9264a3-07fa-4d9c-91b5-bed00f1e2668","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.311Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe990), 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)(0xc000999c40), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ecd70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009807e0), 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)(0xc000c14480), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecf50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.318Z","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-08T14:59:36.318Z","logger":"tekton-pipelines-webhook","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":"2afbeb0d-c247-4f9e-a67b-5d993900da01","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.319Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995830), 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)(0xc000c14ec0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"1036c7d2-cc18-4400-a4fb-2f590bbd70ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995d40), 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)(0xc000c15540), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.337Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fcb0), 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)(0xc0004d08c0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.339Z","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":"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-08T14:59:36.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":"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":"eb4a85b1-3f8d-4f3c-88d1-93c88318a530","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1b00), 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)(0xc0004d1480), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed810), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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":"535a1c2f-edf6-46e5-946e-95be20a322ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592090), 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)(0xc0004d1d00), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eda40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592c60), 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)(0xc000039b00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edc70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.351Z","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-08T14:59:36.351Z","logger":"tekton-pipelines-webhook","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":"0e07c385-7cbb-4763-b019-9845a2304030","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.354Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593680), 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)(0xc000140580), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e822d4b7-6b89-4ee1-b175-e5c7fbb3cfc2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593ef0), 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)(0xc000140c00), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea550), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.362Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874510), 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)(0xc000141300), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.364Z","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-08T14:59:36.364Z","logger":"tekton-pipelines-webhook","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":"f9018ad0-f29f-4a08-9e77-1e18b164bdb9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.386Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875950), 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)(0xc000826840), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eac30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.387Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.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":"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":"c697530d-a559-4b45-95b3-f876c0338be0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2f30), 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)(0xc000826f80), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eb360), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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":"3581bf3f-9f91-4e81-b323-22fb98ee6cf5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3680), 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)(0xc000827540), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb950), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3c20), 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)(0xc000827bc0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebdb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.466Z","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-08T14:59:36.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=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":"1c9d64c2-003e-4ba1-b4e9-70292da3a80d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.468Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8cf0), 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)(0xc00088a3c0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025d590), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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-08T14:59:36.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":"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":"2245205d-75f6-4c9d-b944-1e52db23fb0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.470Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9830), 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)(0xc00088aa40), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025da40), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"a70bae46-d93b-4704-b3e8-b810b5f5b0a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.474Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926750), 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)(0xc00088b040), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025dea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.475Z","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\":\"/metadata/creationTimestamp\",\"value\":null}]","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-08T14:59:36.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=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":"fc2cf7a3-407b-454f-b195-c6c980d5aaf0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.478Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926c60), 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)(0xc00088b580), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaf50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"5808e686-0469-4458-a5d0-85942558f668","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc00089fd00), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043ec30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926510), 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)(0xc000c4e880), 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:15923\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc0000018c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc000c4ef40), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f4a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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-08T14:59:36.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":"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":"ac34503e-8b99-4cd2-98a3-f272c5139eec","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46510), 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)(0xc000c4f600), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043fcc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.637Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"\"},{\"op\":\"add\",\"path\":\"/status\",\"value\":{\"podName\":\"\"}},{\"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":"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-08T14:59:36.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":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"82f97d7c-c695-49ca-ba3b-1114058c9061","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46ab0), 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)(0xc000c4fac0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c04000), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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":"2af6a454-d528-47d4-a4f5-96f5fcccb52d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47560), 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)(0xc000998180), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c04500), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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=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":"cfc6d7bf-5f3d-4751-a18a-3e111fd4f8f5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c478c0), 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)(0xc0009987c0), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c046e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68000), 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)(0xc000999980), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c05310), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68480), 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)(0xc000c14000), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c05450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.667Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.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":"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":"e0734285-d58a-48c2-a026-5ee231caab9e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.670Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69200), 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)(0xc000c14e80), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c05860), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"a08f1f33-04b8-4c3c-b7e0-5c02d112a133","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.685Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136240), 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)(0xc000c15640), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c05b30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.696Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001373b0), 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)(0xc0004d0f80), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c05db0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.697Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.697Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"93aa14c2-bf2f-4977-8507-461a4a78b312","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.699Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471b90), 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)(0xc0004d1780), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec500), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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":"3f247d27-adc6-4e3a-9900-d0039811beee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1320), 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)(0xc000404640), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec690), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1c20), 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)(0xc000039ec0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec8c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.713Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"14887201-6637-4960-a728-bfaac226ba45","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.735Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe7e0), 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)(0xc000140840), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eccd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.736Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.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":"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":"0749f110-a1b8-4599-9a68-410083bc456f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.738Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffe60), 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)(0xc000141040), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.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":"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":"32490bc5-133d-41e1-9d58-249bfcf7f0c1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.743Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009806c0), 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)(0xc000141680), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.751Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980d80), 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)(0xc000826b80), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.753Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:36.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"4f61ec10-5efc-48fa-b2d3-487a3c1bb74d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009818c0), 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)(0xc0008272c0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002edb80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"751188f6-d8ca-4787-8f56-ccd82e5d591a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:36.761Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009953b0), 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)(0xc000827840), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.620Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9830), 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)(0xc000b3a3c0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165ae0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.621Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:40.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"78ca958e-8dbc-4001-a50a-a9fa736b318e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc65a0), 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)(0xc000b3ad80), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252230), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"072fa520-d71c-45c5-bca7-b0b879dcff19","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7050), 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)(0xc000b3b380), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002525f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7710), 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)(0xc00070c200), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253a40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.669Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:40.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/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":"e7d649e5-957c-4dbc-a72a-fe65c76fd818","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b5c3f0), 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)(0xc00070c880), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b742d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"604679bc-c9f3-4dca-a8ec-784c85ca25f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:40.675Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b5cd80), 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)(0xc00070ce00), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b745a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.640Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d28900), 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)(0xc000bcdb80), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d1d220), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.642Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:42.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"6b8b0b07-48fd-4a1c-8ba4-4f83c266e514","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d294d0), 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)(0xc000bf03c0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d1d630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"86a9cd7a-45f9-4264-b7e8-7965b7987cdf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:42.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e16000), 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)(0xc000bf1140), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e14320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e16a20), 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)(0xc000e2ea00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e15a40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.700Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:43.700Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"d4c3deaa-ddf5-4dea-ab89-1655b7d5b7fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.701Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e175f0), 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)(0xc000e2f040), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e700a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.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":"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":"962facb1-d158-4173-ab7b-20206fa32b4c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.710Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e9c120), 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)(0xc000e2e000), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e70000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e9c870), 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)(0xc000e2e5c0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e70550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:43.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":"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-08T14:59:43.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"44c8dec9-01e4-499f-a284-434a56307878","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e9d560), 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)(0xc00089fe00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.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":"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-08T14:59:46.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":"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":"8f466bf3-75e4-4723-8539-2e1d5ce81aa0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926510), 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)(0xc000c4f280), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c04780), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"372bc57e-5acd-4e73-85d6-568ef10ef7b4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927c20), 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)(0xc000c4f880), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c04a50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.698Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46510), 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)(0xc000c4fec0), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c04d20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.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":"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-08T14:59:46.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":"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":"95801e7f-c417-441d-ae7e-90af426b2b85","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.702Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c475f0), 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)(0xc000998680), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c052c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.702Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"31a53289-4e5d-489e-a9b4-81f3c8504c09","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:46.705Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68480), 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)(0xc000998fc0), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c05590), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.645Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592cf0), 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)(0xc000826e00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebe00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.646Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:47.646Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"816e91d0-9038-4431-aa1d-d46b2b296da3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593dd0), 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)(0xc000827600), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025d7c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.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":"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":"fd4be6da-de10-40c1-b5ef-b9ad8129e8a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874d80), 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)(0xc000827d80), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025db30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2a20), 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)(0xc00088ac00), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.661Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.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-08T14:59:47.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":"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":"1d1a2f53-9991-43d1-afc2-83a185a0c15f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3c20), 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)(0xc00088b400), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab9f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:47.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":"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":"473bc83c-2b38-455b-a7ec-9367505a0082","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9050), 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)(0xc0008fe300), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024280), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.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":"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-08T14:59:48.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":"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":"a976dfd5-36ca-43d9-9b7c-b2c74c7f5016","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6510), 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)(0xc00090e300), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000208c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go: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":"e5046e63-f622-4a30-b9da-9f433e61aed4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc75f0), 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)(0xc00090e940), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.666Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e162d0), 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)(0xc00090ef80), 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:61524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000001740), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020ff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.667Z","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-08T14:59:48.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=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":"9b26cfb1-c86b-46a3-8d36-93122181e30d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e173b0), 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)(0xc00090f6c0), 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:15765\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021810), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.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/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":"2f29edae-a856-401f-b506-1c38c520945d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T14:59:48.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000afa240), 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)(0xc000944280), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021d10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:00:06.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d17a0), 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)(0xc00088b200), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c05680), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:00:08.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874630), 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)(0xc000945980), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f2820), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:00:08.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875050), 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)(0xc000974080), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003f2af0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:00:09.423Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2fc0), 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)(0xc000b3ba80), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0006caa50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:00:09.493Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"31e8a56c-4f27-457a-a08d-06f093c74f2f","knative.dev/key":"stepactions.tekton.dev","duration":0.000138754,"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-08T15:00:10.727Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b33b0), 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)(0xc000bcdf00), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000700c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:00:23.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000a7a750), 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)(0xc000a88cc0), 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:19643\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000a8cbe0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:01:31.414Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"80afb97a-dbbf-405a-ab87-23b20fcceb7a","knative.dev/key":"stepactions.tekton.dev","duration":0.000127568,"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-08T15:03:17.789Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66120), 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)(0xc000e4fd40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e556d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:17.790Z","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-08T15:03:17.790Z","logger":"tekton-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":"d8a937a5-bcf3-44eb-b2fc-267863278a3e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:17.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66a20), 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)(0xc000e80480), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55a40), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:17.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/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"read-clustertask-pr9z6","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f9aec835-792f-40d5-8081-8f3b5f6a4045","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c478c0), 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)(0xc000c4ebc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e8c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.462Z","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-795bm","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-08T15:03:19.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-795bm","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":"4f998e02-e597-48da-86d8-8650f41ae841","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.464Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471290), 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)(0xc000c4f080), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ea50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7e186f4d-3995-4cb0-8344-b3070acbffa2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0d80), 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)(0xc000c4f640), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.531Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d18c0), 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)(0xc000c4fc00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f270), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.532Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","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-08T15:03:19.532Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","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":"878da5b6-1c2b-49b1-8386-65c7ed653588","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe7e0), 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)(0xc000c143c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","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":"8377579b-a445-4dda-8e9f-f19c7977c3cc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffd40), 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)(0xc000c14e80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043fc20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980360), 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)(0xc000c15600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec370), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.574Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5f77ac82-a4a7-43e7-9f8e-2fd3852316fc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980fc0), 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)(0xc0004d0fc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.599Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b753babe-d0c0-40f8-a7ca-e620080d1602","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994cf0), 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)(0xc0004d1a40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e055d731-23ac-44f1-9bf4-7662295780ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009958c0), 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)(0xc000039e00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ecaa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e2d0), 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)(0xc000140840), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ece60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"085bd083-5f7c-4a59-a7f7-d13896f22b78","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f290), 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)(0xc000141240), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"90f4a5bd-8448-4f9e-802f-fc5778fb052a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0090), 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)(0xc0008267c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1560), 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)(0xc0008277c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea0f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.852Z","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-whz67","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-08T15:03:19.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/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-whz67","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":"adc42fbf-25f0-466a-8d80-3e3636a37675","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592120), 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)(0xc000827e40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea2d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:19.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/v1beta1, Kind=CustomRun","knative.dev/namespace":"testcli-whz67","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":"1d668da2-11b2-4b0d-bee0-0fe7f5291162","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.136Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005926c0), 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)(0xc0008fe300), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000248c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"83ae4617-c1fc-4239-abb9-e9976b723dc0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593680), 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)(0xc0008ffb80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024cd0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"84e804a4-d338-4d1a-ab11-f0108dd331d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:22.151Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008743f0), 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)(0xc00090e280), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024ff0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.181Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68510), 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)(0xc000b3a000), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.183Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.183Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b0cac44b-282d-4c36-9343-839c59697f1b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c694d0), 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)(0xc000b3a840), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252a50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4bea84df-f1ad-4922-abae-df83901113d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:23.193Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136bd0), 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)(0xc000b3b0c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.195Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137ef0), 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)(0xc000bcd640), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54e60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.200Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c8ccd818-34cd-46ba-a45f-e9928932d7c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6ea0), 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)(0xc000bcde80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1205fea7-e38c-4be8-9151-bca28cf1c545","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.244Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7d40), 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)(0xc000bf0580), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55360), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.245Z","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-ttcd4","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-08T15:03:25.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=Task","knative.dev/namespace":"testcli-ttcd4","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":"368c98e1-5bad-4fdf-af34-c7feec624e58","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.245Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42360), 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)(0xc000bf0bc0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e554a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.249Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42c60), 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)(0xc000bf1280), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55720), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.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=Task","knative.dev/namespace":"testcli-ttcd4","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":"e8628e92-9634-486e-a8df-82b81d47a76a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42fc0), 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)(0xc000998fc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b834f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.268Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"01d987db-c0d6-4ac0-b8da-6b322f8850ea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.272Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22090), 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)(0xc000999880), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b837c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.290Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d223f0), 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)(0xc000998000), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b82000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.291Z","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-ttcd4","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-08T15:03:25.291Z","logger":"tekton-pipelines-webhook","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-ttcd4","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":"8b074c03-8332-4106-90f3-289e82c20102","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22b40), 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)(0xc000e80380), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b82190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.294Z","logger":"tekton-pipelines-webhook","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-ttcd4","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":"b11fe7ef-489f-4ba8-a5be-9160169f0354","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:25.297Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22fc0), 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)(0xc000e80c80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b827d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.134Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d234d0), 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)(0xc000e81a40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003720f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.135Z","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-lfb5t","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-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"e9236b72-ab09-4d98-bf7f-a92b34a41b44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.137Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23a70), 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)(0xc000e81f40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372370), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"81cb42b9-955e-4d81-bad1-0833cbb1fde9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.141Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23d40), 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)(0xc00089e540), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001461e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.158Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66240), 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)(0xc00089f800), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e1e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.159Z","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-lfb5t","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-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"4e5bbed8-e127-4ac8-a392-85e13f47a36e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e666c0), 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)(0xc00089fd00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e320), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"99569dbd-3340-4efa-8a68-01a7521d8153","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66bd0), 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)(0xc000c4e6c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66f30), 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)(0xc000c4ec80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e640), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.172Z","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-lfb5t","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-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"590fac79-633b-4f7f-8e5f-4ee7556687c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.173Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e673b0), 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)(0xc000c4f180), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e910), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-lfb5t","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":"3258c112-a281-43dc-80fb-ab4a32810323","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.178Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67680), 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)(0xc000c4f700), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043eaa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.255Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e679e0), 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)(0xc000c4fcc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ed20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.256Z","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-rdx9k","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-08T15:03:26.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=Task","knative.dev/namespace":"testcli-rdx9k","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":"c6b8ee84-167e-463c-8257-7d3d34e843fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.259Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000c14540), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ee60), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.262Z","logger":"tekton-pipelines-webhook","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-rdx9k","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":"0c074b04-abab-4fa0-8289-e2735190f30f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926480), 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)(0xc0004d19c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed310), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009267e0), 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)(0xc000039dc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.269Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=Pipeline\" PatchBytes: [{\"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\":{}},{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-d5kqx","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-08T15:03:26.269Z","logger":"tekton-pipelines-webhook","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-d5kqx","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":"c8fca53b-3fe9-451e-bf1b-705eae012d53","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.271Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926d80), 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)(0xc000140680), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed590), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-d5kqx","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":"3df79bd5-ac3b-42db-886a-6917d7288376","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927950), 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)(0xc0001413c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.277Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927cb0), 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)(0xc000826900), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea190), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.278Z","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/params/0/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/params/1/type\",\"value\":\"string\"},{\"op\":\"add\",\"path\":\"/spec/tasks/0/taskRef/kind\",\"value\":\"Task\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=Pipeline","knative.dev/namespace":"testcli-rdx9k","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-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-rdx9k","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":"cccb8573-f1d7-4e52-b266-2d06cf78ac66","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46480), 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)(0xc000827000), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea320), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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=Pipeline","knative.dev/namespace":"testcli-rdx9k","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":"b1f838d4-f477-48a4-88c5-a0ef30ed3a23","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46990), 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)(0xc000827940), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eaaa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46f30), 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)(0xc00088a8c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.890Z","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-4lx8g","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-08T15:03:26.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/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-4lx8g","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":"21d5c5e4-f373-41ab-9408-7c10dad96cb6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.912Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47440), 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)(0xc00088ae00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025c870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.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/v1beta1, Kind=Pipeline","knative.dev/namespace":"testcli-4lx8g","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":"33849713-39d3-47f5-a988-035d3f607905","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.917Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c477a0), 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)(0xc00088b980), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000aeb90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47c20), 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)(0xc0008fe000), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af6d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.952Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471560), 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)(0xc0008fe600), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af8b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0d80), 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)(0xc0008ffc80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afa90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.963Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1beta1, Kind=PipelineRun\" PatchBytes: [{\"op\":\"add\",\"path\":\"/metadata/creationTimestamp\",\"value\":null},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1beta1, Kind=PipelineRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:26.963Z","logger":"tekton-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-4lx8g","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":"57ee9bb0-38b5-4c56-85fc-35e93e08805e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1cb0), 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)(0xc00090e300), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afd10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.964Z","logger":"tekton-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-4lx8g","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":"9d7eb8a2-126e-465a-bf0a-df37f1638e4f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:26.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe510), 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)(0xc00090e840), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f440), 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)(0xc000945d80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021900), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fa70), 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)(0xc0009752c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021e50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.579Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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-08T15:03:27.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":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"2d3afc7e-a69a-458a-bf33-b40119fb0fc6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0480), 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)(0xc000b3a5c0), 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:40590\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001642d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f17a0), 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)(0xc000b3ad00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001645a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"1b4eedbe-3218-4b51-b073-fddbbbb2b84a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1d40), 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)(0xc000b3b300), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.622Z","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-rdx9k","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-08T15:03:27.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","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":"14c5741e-a309-4b43-8de6-a5cbe7f65bfa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592900), 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)(0xc000b3b7c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164b90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.626Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7b0b05c5-569d-49a1-95f0-81eb259cd167","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592e10), 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)(0xc000b3bc80), 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:40590\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8000), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164fa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593440), 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)(0xc000bccac0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252140), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.670Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593ef0), 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)(0xc000bcd180), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002526e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.671Z","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-d5kqx","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-08T15:03:27.671Z","logger":"tekton-pipelines-webhook","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-d5kqx","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":"100fc872-f7ad-478e-bdfd-c132e837c7fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.684Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008745a0), 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)(0xc000bcd680), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252870), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.686Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874bd0), 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)(0xc000bcdd40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.686Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2f30), 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)(0xc000bf0640), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002536d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3830), 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)(0xc000bf08c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253b30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"7219f125-7aae-4304-accf-4f3def892f45","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.709Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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-08T15:03:27.709Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"ce9467c8-c90a-42da-953c-3c9d8ac57672","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.728Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3e60), 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)(0xc000bf11c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaf50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.728Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"63a3c6a3-8686-409c-bea9-a34f1f3d53f7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.738Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8ab0), 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)(0xc000bf1900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9050), 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)(0xc000404640), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab5e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9680), 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)(0xc000a0c3c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab810), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.743Z","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-4lx8g","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-08T15:03:27.743Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"63c8fbd6-8db6-4f63-8971-d3959569976c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.744Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c683f0), 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)(0xc000a0ca00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004abb30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.744Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"bd330db0-827d-4f80-9782-2102130c14fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.748Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68ea0), 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)(0xc000a0cfc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69320), 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)(0xc000a0d5c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e541e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69a70), 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)(0xc000a0dc40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e543c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.792Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137290), 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)(0xc000a74580), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e546e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.794Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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-08T15:03:27.797Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"38872484-6db4-4ecd-a82c-e00aea393e72","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6630), 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)(0xc000a74c80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54af0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"36d15a12-e2aa-4216-8988-737e62262ab3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7050), 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)(0xc000a75200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54d70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.805Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7680), 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)(0xc000a757c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54fa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.806Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7d40), 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)(0xc000a75dc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e551d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.808Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42510), 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)(0xc000a94440), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.808Z","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-4lx8g","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-08T15:03:27.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=PipelineRun","knative.dev/namespace":"testcli-4lx8g","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":"c82f8c64-e60b-4c84-ab77-21a1768ef7fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0240), 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)(0xc000a94ac0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e557c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.826Z","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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-08T15:03:27.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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":"71f9b95d-28bb-470f-b171-5283f59ae6dd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.845Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0000), 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)(0xc000a94000), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54000), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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":"9dfde260-4a52-42b6-99cf-59fbf5e92bb1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.857Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0bd0), 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)(0xc000a94500), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e541e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.858Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1290), 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)(0xc000a95040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54370), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.869Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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-08T15:03:27.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1320), 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)(0xc000a950c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54410), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.867Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc13b0), 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)(0xc000a95140), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54460), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.872Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"310748d5-cc77-4c70-b4cd-5bc47ea989b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22b40), 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)(0xc0009984c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54c80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.883Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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-08T15:03:27.883Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"8f555bef-1a75-4527-a328-e20193ab25b9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.891Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d237a0), 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)(0xc000998e40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23ef0), 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)(0xc000999500), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e552c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"d1829dac-de88-4b6a-b887-879888e2aaa3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66d80), 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)(0xc000999ac0), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55540), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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":"resolution.tekton.dev/v1beta1, Kind=ResolutionRequest","knative.dev/namespace":"testcli-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","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":"1e6dd890-34f5-4b75-ab00-7a1af0d337e6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e678c0), 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)(0xc000e80100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55a90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.916Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926090), 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)(0xc000e80700), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55cc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.917Z","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-4lx8g","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-08T15:03:27.917Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"c096521e-40ba-4d65-aa3a-fc2af57351e0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.925Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927950), 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)(0xc000e80dc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0003720a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46090), 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)(0xc000e81380), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003723c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.929Z","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","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-08T15:03:27.929Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","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":"71b115df-bbb8-48f8-98d5-db8c6e2dace6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.930Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46cf0), 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)(0xc000e81940), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001465f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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=PipelineRun","knative.dev/namespace":"testcli-4lx8g","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":"6c97e7b5-1520-4f9d-aa5a-0b90b5396458","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47a70), 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)(0xc000e81f00), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146d70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","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":"3f60a67b-8a96-417c-a626-8ffa654d9301","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.943Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d10e0), 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)(0xc00089e580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147d10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d17a0), 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)(0xc00089ed40), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147e50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe630), 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)(0xc00089f540), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e280), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fecf0), 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)(0xc00089fcc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e500), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:27.994Z","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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-08T15:03:27.994Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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":"ab8c0221-50ae-40ae-a235-628578830f35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.032Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980a20), 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)(0xc000c4e800), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ea00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.035Z","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"42af6aac-e078-4fcc-9082-be62105ce90f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.041Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981440), 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)(0xc000c4edc0), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ed20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"e75d9020-7b1a-4cf6-8314-0b4cb7cf1a58","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ea0), 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)(0xc000c4fb00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043fea0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995ef0), 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)(0xc000c14d00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.144Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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-08T15:03:28.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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":"48e38bc2-bcd9-494d-977c-0d18ad1b5e39","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.145Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071eab0), 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)(0xc000c15480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eca00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.146Z","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","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":"356b98ce-42ad-4772-996b-cf48aec48dd6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fb00), 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)(0xc0004d0f80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed040), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.155Z","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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":"752440d9-afc3-4f71-bdb2-68e83fd64a8f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592510), 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)(0xc0001402c0), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002edef0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-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":"bb47ccc1-7d17-4c1a-bf7f-888e7a8c5442","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592e10), 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)(0xc000140a40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea2d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","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":"b66b1698-8012-448b-9e8b-b250083014e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593440), 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)(0xc000141100), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea5f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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":"ed126784-8a68-4355-a1d0-b44c9409f666","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875290), 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)(0xc000826b00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ead20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.214Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b00), 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)(0xc000827880), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb7c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.224Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f82d0), 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)(0xc00088a080), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb950), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.225Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d76f89f4-6465-4f29-beee-99514b9821f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f95f0), 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)(0xc00088aa00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025c4b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68090), 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)(0xc00088b080), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025d7c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.242Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68480), 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)(0xc00088b700), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025d950), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.244Z","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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":"3f3e4527-5835-4f02-8de0-d9194168373c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.249Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68e10), 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)(0xc00088bd80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025dc20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.249Z","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-4lx8g","knative.dev/name":"e99f2eaf-d49e-4c9f-b51e-09665db29495","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-08T15:03:28.249Z","logger":"tekton-pipelines-webhook","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-4lx8g","knative.dev/name":"e99f2eaf-d49e-4c9f-b51e-09665db29495","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":"ca91b709-deb9-44b8-9ef9-5738accefff5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69320), 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)(0xc0008fe300), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025dd60), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.271Z","logger":"tekton-pipelines-webhook","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-4lx8g","knative.dev/name":"e99f2eaf-d49e-4c9f-b51e-09665db29495","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":"988e689a-86df-492f-b5d7-2e96e6b83063","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.285Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c695f0), 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)(0xc0008ffec0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000240a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.285Z","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-rdx9k","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-08T15:03:28.285Z","logger":"tekton-pipelines-webhook","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-rdx9k","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":"70b93be4-a9d2-4870-8724-98c697f1800a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69cb0), 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)(0xc00090e440), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0e9f14bf-0123-4477-82df-d9dce6082817","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.302Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136480), 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)(0xc00090e900), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.304Z","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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":"e1193671-ce08-4463-b270-f7a44d155e94","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137cb0), 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)(0xc00090ef80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024d20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.306Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04d538d0-8c42-468c-8708-19b30c5f64d2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.318Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6990), 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)(0xc00090f800), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020910), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dee6e3e6-f65c-4951-8502-49d618b47440","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7290), 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)(0xc000944ec0), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020c80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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":"e50e216f-2eba-4ac1-a6f4-ff037de2faeb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.352Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7b00), 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)(0xc000945480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020ff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.354Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:28.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=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"9330d443-d574-4639-8ca7-a58ca80a3603","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42480), 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)(0xc000945b40), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000212c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.359Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42900), 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)(0xc000974200), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021860), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.360Z","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-4lx8g","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-08T15:03:28.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"637b5c8d-1b3a-4287-b963-409462167e70","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.366Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42fc0), 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)(0xc000b3a280), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021c70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.369Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42000), 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)(0xc000b3a900), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000206e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-4lx8g","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":"72a9b62d-b659-4a63-b15a-18d1edda3431","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43950), 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)(0xc000b3b780), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54280), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0000), 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)(0xc000b3bdc0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54410), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"697f14e3-a7fa-4f9e-86fe-ee1e9eabbbbb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0510), 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)(0xc000a94c00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54eb0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0a20), 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)(0xc000a952c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55040), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0e10), 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)(0xc000a95940), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e551d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"f0069a01-c87c-49af-b37b-f085a81f7896","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc15f0), 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)(0xc000998100), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b678354e-4644-4fa0-92fd-861d25cfcf19","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.521Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22870), 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)(0xc000998b80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55770), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-2zklq","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0e6be2cb-80cb-4c9f-ade4-a514a0e56593","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23c20), 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)(0xc000999400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e559a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e665a0), 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)(0xc0009999c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55c20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67050), 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)(0xc000e80080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55e50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67680), 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)(0xc000e806c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000372140), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.541Z","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-4lx8g","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-08T15:03:28.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-4lx8g","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":"bea539e3-aa5a-4d2f-9029-457fb7d5e649","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926750), 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)(0xc000e80d80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146230), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.544Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927d40), 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)(0xc000e81440), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.548Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"e8077d8e-e868-4db9-bb89-2e34aa364e4a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46ea0), 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)(0xc000e81a40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001475e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.563Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47200), 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)(0xc00089e080), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001479f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47cb0), 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)(0xc00089e700), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000147e00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.571Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"201b01ce-8357-4ea3-aa62-a51525e10dde","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d19e0), 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)(0xc00089f140), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe870), 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)(0xc00089fa00), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e5a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.577Z","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-rdx9k","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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","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":"01a5c46d-e60b-4227-ab2b-97f91e345ebe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffc20), 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)(0xc00089ff00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40792b4a-7abc-43f6-9f33-2fbe3ff02464","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.578Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980750), 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)(0xc000c4e9c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043ed20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980e10), 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)(0xc000c4ef80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f0e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.582Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"1d295926-be4e-440c-b411-aad96f0be06d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981440), 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)(0xc000c4f480), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f3b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.590Z","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-4lx8g","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-08T15:03:28.591Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"94fd84af-d626-4037-b494-cbe3fb54dab8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995320), 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)(0xc000c4f840), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f720), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.593Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:28.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=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"a3cc6153-11fb-43ad-b0bc-fdc80254f308","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995d40), 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)(0xc000c14480), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043fea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.595Z","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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-08T15:03:28.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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":"14286bab-c402-4750-94a2-e60701d4178b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e6c0), 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)(0xc000c14f40), 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:33141\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8fc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"0cdeb5f3-615b-4cda-8621-687a8ee8babb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e750), 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)(0xc000c14f80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec6e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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":"47947525-8b8f-44ff-bf6f-d17c4cdb41f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e7e0), 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)(0xc000c15040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec780), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f5f0), 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)(0xc0004d1ac0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.616Z","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-ttcd4","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-08T15:03:28.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-ttcd4","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":"9eb556f0-da81-4705-a74f-5b14645a4d78","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fdd0), 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)(0xc000039d40), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed810), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.620Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"b5b83336-b5df-4872-836e-2dd4c66d8b48","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592750), 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)(0xc000140e80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edd10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.622Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592e10), 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)(0xc000141440), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b7736fbd-a071-4b7e-9cd0-f5cdf7408447","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"error","timestamp":"2024-11-08T15:03:28.626Z","logger":"tekton-pipelines-webhook","caller":"webhook/webhook.go:248","message":"http: TLS handshake error from 172.18.0.5:39589: 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-08T15:03:28.673Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593290), 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)(0xc000827180), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb1d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.677Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593c20), 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)(0xc000827740), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb400), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.680Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874360), 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)(0xc000827ec0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb950), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874a20), 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)(0xc00088a640), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ebcc0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.705Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875170), 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)(0xc00088ac80), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebef0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.706Z","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","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-08T15:03:28.706Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","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":"5232e06d-5fea-43bc-9980-026242e219f4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.711Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2c60), 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)(0xc00088b280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025d8b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","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":"02a51893-9b56-4a1b-a565-77a6f91a94d7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b34d0), 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)(0xc00088b840), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025dc70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3a70), 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)(0xc00088be40), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000540050), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.742Z","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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":"06f21753-a026-46ed-a481-5ab286dedb80","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8b40), 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)(0xc0008fe500), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afa90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"d7522398-928d-44ab-a99b-f1f6bd59e23d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.794Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f95f0), 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)(0xc0008ffd00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afe50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"00ed2b02-afe4-4090-a7be-0f71681a8a41","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68000), 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)(0xc00090ebc0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000025090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.802Z","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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-08T15:03:28.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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":"dfc8254e-775e-4dfa-8838-197a4d465b2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68870), 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)(0xc00090f0c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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":"de542a7c-b008-4987-b424-f074639b1e36","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.814Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68d80), 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)(0xc00090f5c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164410), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.868Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c694d0), 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)(0xc0009740c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001646e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69b00), 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)(0xc000b3a200), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.877Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:28.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-4lx8g","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":"f9b7627b-b3ee-4bfc-b660-0a7dfac922a2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42510), 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)(0xc000b3a800), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164eb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.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-4lx8g","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":"fb020f06-2ef3-4ce6-872f-2fea8dc3354a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42ab0), 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)(0xc000b3b6c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000205a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42fc0), 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)(0xc000b3bc80), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.933Z","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/pipelineSpec/finally/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/finally/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/finally/0/taskSpec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/metadata\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/steps/0/computeResources\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/pipelineSpec/tasks/0/taskSpec/spec\",\"value\":null},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate\",\"value\":{}},{\"op\":\"add\",\"path\":\"/status\",\"value\":{}},{\"op\":\"add\",\"path\":\"/spec/timeouts\",\"value\":{\"pipeline\":\"1h0m0s\"}},{\"op\":\"add\",\"path\":\"/spec/taskRunTemplate/serviceAccountName\",\"value\":\"default\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=PipelineRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:28.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=PipelineRun","knative.dev/namespace":"testcli-45fzb","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":"f214ce15-2a67-41b9-9051-5a008014b5c0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.954Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43560), 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)(0xc000a94200), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020a50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:28.986Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"cf45fd6f-5c8e-4c29-b468-2f1e75d6c904","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43830), 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)(0xc000a956c0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54870), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.008Z","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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":"db359c46-bd80-4f5b-b256-dbef6bc54e3e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.012Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0510), 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)(0xc000998080), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54d20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.013Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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":"df1fff18-12d7-40c8-ba7a-73289cd64e41","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.031Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1170), 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)(0xc000998700), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e550e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.043Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1560), 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)(0xc000998fc0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.055Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1dd0), 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)(0xc000999700), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e554f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.056Z","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","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-08T15:03:29.056Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","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":"2a3e80ed-a49e-4823-879d-056586de0ce8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.061Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22750), 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)(0xc000999cc0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55860), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","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":"3a3c0e5c-005b-467a-b5c9-88ffd158e0df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23170), 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)(0xc000e80300), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55bd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.084Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23710), 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)(0xc000e80900), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55e00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.087Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:29.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"1f699599-8a30-4153-954c-1966f73472c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.104Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66120), 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)(0xc000e80ec0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000372140), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.105Z","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-sp4vx","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-08T15:03:29.113Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"c77aa6c7-1ebc-47f6-bb44-a130aa4a0287","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66750), 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)(0xc000e81500), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372370), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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=Task","knative.dev/namespace":"testcli-sp4vx","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":"2a93ee41-3ed8-4548-a21e-23d53f4eb39f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66cf0), 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)(0xc00089ef80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f1d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e670e0), 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)(0xc00089f8c0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f3b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.139Z","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-sp4vx","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-08T15:03:29.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=Pipeline","knative.dev/namespace":"testcli-sp4vx","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":"19493b88-5325-4c85-a9c9-c51efe86b938","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67830), 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)(0xc00089fe40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f540), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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=Pipeline","knative.dev/namespace":"testcli-sp4vx","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":"7dc6c875-8c09-44ee-aad3-810d9373ec53","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.148Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67cb0), 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)(0xc000c4ebc0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec4b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926480), 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)(0xc000c4fa00), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed220), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.175Z","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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":"94ea489e-5e57-491d-9129-2a5a9aa24dd3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927c20), 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)(0xc000c140c0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed590), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.226Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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-08T15:03:29.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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":"55869bb1-8ad7-43c9-a157-12222085b22f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c466c0), 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)(0xc000c14d00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed8b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-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":"90f1f749-e1c4-4ea6-a47e-9a29af5de568","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46fc0), 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)(0xc000c154c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edb80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.265Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47680), 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)(0xc0004d0240), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.265Z","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-795bm","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-08T15:03:29.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=TaskRun","knative.dev/namespace":"testcli-795bm","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":"f1958a35-b147-426e-8a53-9a99503bd99c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.267Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47d40), 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)(0xc0004d13c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.268Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c6e785b2-c016-4e98-8054-07764369299c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.275Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0900), 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)(0xc0004d1ac0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1680), 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)(0xc000039e40), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea5a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.323Z","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-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","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-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","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":"ad664312-e2ad-4428-abc0-a8ee00206e26","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.324Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe900), 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)(0xc000140740), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","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":"0340215b-2392-4f3b-aa7b-86f922835c36","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffef0), 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)(0xc000140ec0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ead20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980510), 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)(0xc000141500), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb270), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9f385619-d2b0-4e2d-a2ec-235911d78bda","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981170), 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)(0xc000826b00), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb8b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.478Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:29.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":"testcli-4lx8g","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":"5c7ad4a7-2fc9-412c-b694-7291285baed7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.482Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ab0), 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)(0xc000827180), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ebd10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"c72b5296-df03-4e42-8d40-9e68693efb7d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995170), 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)(0xc00088a040), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025ddb0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994b40), 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)(0xc00088a600), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000af630), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.527Z","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-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/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-08T15:03:29.527Z","logger":"tekton-pipelines-webhook","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-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/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":"6a2edccc-4a64-47bc-bf77-349821246566","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68120), 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)(0xc00088ac80), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afb30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.575Z","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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-08T15:03:29.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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":"947b340e-4111-4cfd-8797-c65ddfb84615","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69170), 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)(0xc00088b340), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000240f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.578Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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":"c04e57e2-0001-4e67-ba6d-b5e4218953de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42090), 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)(0xc00090e180), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42d80), 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)(0xc00090e800), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164730), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.775Z","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-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/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-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/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":"69610aa3-63a1-4ee1-9f6d-47cd690367b1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43d40), 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)(0xc00090eec0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164be0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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=PipelineRun","knative.dev/namespace":"testcli-ttcd4","knative.dev/name":"output-pipeline-run-kvj5t","knative.dev/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":"0208fa0c-3738-4e7b-bfca-3ef330b6c43a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.789Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0bd0), 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)(0xc00090f480), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1560), 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)(0xc00090fbc0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165540), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.831Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"898a700f-1666-48be-9ad9-503c73820c7e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22000), 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)(0xc000b3a100), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165cc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4257f7a1-b4fb-4c76-b02d-2dcb205b22bd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22900), 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)(0xc000b3a700), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020730), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23170), 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)(0xc000b3af40), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.876Z","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-45fzb","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-08T15:03:29.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-45fzb","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":"b187dd7d-61f1-4818-8fc3-64428215badb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.879Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d237a0), 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)(0xc000b3b480), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"6a2ae86f-8b12-4fc0-8baa-d1a791f729f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.888Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23c20), 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)(0xc000a94580), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e543c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66120), 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)(0xc000a94b80), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.977Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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-08T15:03:29.977Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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":"3c2310af-7a4b-491f-91bb-c6465bb857eb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.980Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66d80), 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)(0xc000a95140), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:29.981Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-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":"83855e7f-8354-4b7e-af34-6fa10259c5b5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67560), 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)(0xc000a95740), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54b40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67b90), 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)(0xc000a95d00), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54d70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.074Z","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-45fzb","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-08T15:03:30.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=PipelineRun","knative.dev/namespace":"testcli-45fzb","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":"007d8b75-80f1-438b-bc4a-1372a17830ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926630), 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)(0xc000998400), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54eb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.082Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"8f33e1cb-712c-4f3a-a34b-cb723a2016b8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.185Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009277a0), 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)(0xc000999f00), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000146b90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.189Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8b1d4fc-b9a6-4389-a241-50c9316f94e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46240), 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)(0xc000e80640), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147630), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46870), 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)(0xc000e813c0), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ea00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.233Z","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-45fzb","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-08T15:03:30.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-45fzb","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":"acce1f3e-cef4-4cac-a65d-3affa02f8d72","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.333Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47290), 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)(0xc000e81980), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ec80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","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-08T15:03:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","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":"0f061f72-41e5-412c-bdc2-08fdba164151","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471290), 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)(0xc000e81f00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f090), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","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":"a8fe1d13-bd55-4091-8864-088c8e79244f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1560), 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)(0xc00089e580), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe1b0), 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)(0xc00089ed40), 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:24651\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be63c0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f590), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.616Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"de7119c6-b248-4a8f-94c3-9670c434fc85","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffcb0), 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)(0xc00089f780), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043fcc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009807e0), 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)(0xc00089fa00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec320), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5d3194e9-54f4-439b-8e06-a0af0ccccd9a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981320), 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)(0xc000c4e3c0), 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:39945\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000be6480), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec5a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.640Z","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-795bm","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-08T15:03:30.640Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","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":"f70131e7-597d-4922-abdf-7ed0936ecb55","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.640Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009818c0), 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)(0xc000c4e980), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec780), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.641Z","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-45fzb","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-08T15:03:30.641Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"e5f251ca-51a8-4996-9976-c6411413afcf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.642Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"37be3ced-810e-4c46-93dc-dbe3fb3cf7e3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ecf0), 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)(0xc000c4f340), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"5251c309-0628-4e2b-8624-aaf0c335eb87","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f170), 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)(0xc000c4f880), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecdc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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=PipelineRun","knative.dev/namespace":"testcli-45fzb","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":"abf041d0-89b7-4e56-b152-5c29d3c4dccc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fb90), 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)(0xc000c15e80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea6e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0630), 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)(0xc000038480), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebc70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-4lx8g","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-08T15:03:30.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-4lx8g","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":"5e18d9a7-9286-40f1-bfec-fab746a745a3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.681Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1e60), 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)(0xc000140480), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ebef0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005926c0), 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)(0xc000140b80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.689Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592ea0), 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)(0xc000140ac0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"bbde5a21-b20c-4bb3-9826-d7bc6cc2e512","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.716Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593830), 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)(0xc00088a7c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.724Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994b40), 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)(0xc00088adc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253540), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.727Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"17b9b093-29c2-40a7-b9ab-719ead253728","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.729Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995830), 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)(0xc00088b580), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253a90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"94b5e78b-35b4-422e-8a08-c0aafc8fd26a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68630), 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)(0xc00088bbc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000540050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68f30), 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)(0xc00090e300), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.780Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"226d8f2a-019f-4b72-9a02-7b731de58c78","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69dd0), 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)(0xc00090eb00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000afcc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5a5616eb-a033-496c-a294-209626c4c2e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42cf0), 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)(0xc00090f100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024230), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.833Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b435f0), 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)(0xc00090f840), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000244b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.836Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:30.836Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"bc66c6d9-9e86-48e2-8b67-1db8f2c3d073","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43d40), 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)(0xc000974140), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024a00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"7be8fb01-99f0-42e2-a958-146b80d55977","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc02d0), 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)(0xc000b3afc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164ff0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc06c0), 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)(0xc000b3b580), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001652c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-45fzb","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-08T15:03:30.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-45fzb","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":"cfa48965-e9ad-4d89-aec6-1e4cf7f823fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0fc0), 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)(0xc000b3bb40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165540), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:30.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"b93a6481-8ff0-49f6-8f78-cbacb8e1ff9e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1950), 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)(0xc000a94340), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165ae0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"7271e912-999b-46dc-8903-d3cbd307626c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:30.947Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22240), 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)(0xc000a95140), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d227e0), 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)(0xc000a95880), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000212c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.043Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.043Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"125462bb-0e9e-41d6-b191-4d0cecf0e2a2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23560), 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)(0xc0009980c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000219a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e7f9811e-0d48-43f0-b368-946b5e262c42","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e663f0), 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)(0xc000998780), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021db0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66ea0), 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)(0xc000999180), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e540a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-45fzb","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-08T15:03:31.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-45fzb","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":"3b8c3c7c-3fb2-45a4-a193-f247af51fd89","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.120Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67680), 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)(0xc000999740), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54320), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-45fzb","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":"fbc5faa1-8e00-43e8-9141-3e12a11d1093","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.142Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000e80940), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009267e0), 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)(0xc000e81680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55ef0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.176Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"950a7ab1-985e-4d98-bfa8-fb7be80db69d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.180Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c461b0), 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)(0xc000e81ec0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372370), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e9a5a4ae-5525-489d-8460-86a7a0df8b2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47200), 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)(0xc00089e640), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146280), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47cb0), 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)(0xc00089ef80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000146b40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.227Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","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-08T15:03:31.227Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","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":"da81059e-feb9-467e-9e28-a06f22400444","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.236Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1200), 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)(0xc00089f840), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001479a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","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":"de8a2f21-8f9c-4c92-a6c5-497c91a9119e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.278Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe090), 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)(0xc00089fdc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147e00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe990), 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)(0xc000c4e840), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.298Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:31.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"cefa2722-9137-40ec-a581-ac943abca0aa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980120), 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)(0xc000c4ee00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e4b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.315Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"e8e03f1b-34f7-43e3-aa43-bfbf289d2b4b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.356Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980000), 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)(0xc000c14100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e0f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980630), 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)(0xc000c14d80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e2d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.365Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c6ac72d-2be4-4f33-92e4-0aa2d7632322","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.425Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981320), 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)(0xc000c15680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e5f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-4lx8g","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-08T15:03:31.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-4lx8g","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":"c8c45685-2807-4028-b235-f8d2fbafa370","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.465Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0630), 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)(0xc0004d0b80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ea00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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":"testcli-4lx8g","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":"216864f3-9c0f-42bf-83ef-6e61bb0c5513","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1cb0), 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)(0xc000039b80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252c30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.494Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9b22be36-1db8-4547-a85b-2e53f427445c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592d80), 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)(0xc000140700), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253220), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"668b6cbd-a3d6-4f3e-8398-13058f05cc34","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593830), 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)(0xc000140ec0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002536d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.560Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994b40), 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)(0xc000141500), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253b30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995290), 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)(0xc00088a480), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000aeb90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.564Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"44f87a63-2b43-4014-8da3-2f8973dcca9c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.632Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68120), 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)(0xc00088ac80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af9f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c7208992-9c6c-4836-abdc-e314e481970a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68ea0), 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)(0xc00088ba80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69710), 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)(0xc00090e180), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000025180), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.678Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.678Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d2437e58-9308-4af4-b31e-36ceb3a9e6a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.773Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42900), 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)(0xc00090ea00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164410), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.777Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c20f5645-9ffc-461a-8746-e6feb9434b0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.781Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b438c0), 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)(0xc00090f200), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164a00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9611c7c4-d63d-4e96-9a3e-7a584c11a24d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0630), 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)(0xc00090f980), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164e60), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0ea0), 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)(0xc000974580), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52efc23f-8b33-4bf5-824d-425f12f27e8a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1b90), 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)(0xc000b3a740), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165540), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:31.976Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"89e0beee-a42b-4586-ba8c-3c78af0262eb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.017Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d227e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9260\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3afc0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9260, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165ae0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.022Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2785d9af-fa7d-43be-aced-40a1222bef2f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.057Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d237a0), 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)(0xc000b3b7c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020730), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.058Z","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-sp4vx","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-08T15:03:32.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","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":"0dc6e528-13d0-4a0f-87a4-0e73908134d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.085Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66120), 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)(0xc000b3bcc0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020a50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"3be6346f-8ef8-432d-b57f-aeaf2175ad17","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.120Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66750), 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)(0xc000a94200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.135Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66f30), 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)(0xc000a947c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020ff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.136Z","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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-08T15:03:32.136Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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":"96de0042-5113-4dfb-8b95-62b4c2823cad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.138Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67680), 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)(0xc000a94d40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000212c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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":"cffda0ed-50e5-4e2f-b3f3-61d3886840dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.143Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67c20), 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)(0xc000a952c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000218b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.153Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009263f0), 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)(0xc000a95880), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021ae0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.154Z","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","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-08T15:03:32.154Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","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":"ebcff63d-f829-40f1-848b-4362745a95a8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc000998700), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","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":"c52d209c-e2e8-471f-89e2-447d82421a3d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46480), 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)(0xc000998f80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3680), 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)(0xc000e81a40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55c70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.227Z","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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-08T15:03:32.227Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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":"da62cc56-e440-4bf9-a915-ddb18388a164","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.709Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8900), 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)(0xc00089e900), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000147950), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.714Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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-08T15:03:32.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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":"955d9e12-2204-49b3-be80-ab8a2f319c27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f93b0), 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)(0xc00089f100), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000147e50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-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":"b58c78d0-7c05-4465-9a81-c20e70437530","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.726Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9c20), 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)(0xc00089f980), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec550), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.737Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001365a0), 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)(0xc00089ff40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.742Z","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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-08T15:03:32.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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":"3af9df67-4e09-4cda-a1d8-78250629184a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc62d0), 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)(0xc000c4eb40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecd20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.747Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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":"d0db6d00-c1eb-4931-8521-ce9886f93803","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.751Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7050), 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)(0xc000c4f180), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.753Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4e01ac9a-9b3e-4ddd-b515-a9ee4bdec039","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7a70), 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)(0xc000826ac0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.835Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000cf8480), 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)(0xc000827200), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed680), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e761f16-51d6-463d-ad9b-d12db803b24f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.842Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000cf8ea0), 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)(0xc0008278c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed9a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffc285ce-0f3e-4302-aa84-41ccb2064f51","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.852Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000cf97a0), 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)(0xc0008fe080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edc70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000cf9e60), 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)(0xc0008ff600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea0a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.889Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"028bca44-876b-4711-8964-92b9e860940d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.914Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d88ab0), 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)(0xc0008fff00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.917Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2de54c51-0dab-4274-8379-ce74ba7cb2c3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.923Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d89680), 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)(0xc000945500), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea820), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5da0e6eb-f22c-4cb6-8636-f35d112ed043","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.952Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5a1b0), 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)(0xc000945b00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.960Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5a870), 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)(0xc000c143c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea280), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.964Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:32.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2195aac6-cb81-477e-8bbb-0397f931d253","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5b7a0), 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)(0xc0004d0b40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e280), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.353Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.353Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e3f88ede-a23b-4fe8-b0ab-d86aa32c354b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980630), 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)(0xc0004d1a40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e5a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c27993a2-10fb-4fa8-afe7-ac6cb064cff9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009815f0), 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)(0xc000039e80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e960), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.381Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f13b0), 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)(0xc0001408c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ecd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.387Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:33.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"bd47de32-13b8-4493-89cc-b3cb213c7c9a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1ef0), 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)(0xc000141200), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.405Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.405Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cda42416-656f-4338-9060-6075333d838b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.440Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593050), 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)(0xc00088a280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f450), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.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":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b79e5e90-6ed4-4822-9188-6f599530902e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593cb0), 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)(0xc00088a880), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043fae0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.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=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"62975aa3-8432-404b-b283-8bda359f0a2c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995200), 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)(0xc00088b700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252aa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.468Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009958c0), 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)(0xc00088be00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68120), 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)(0xc00090e540), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002530e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.496Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:33.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"644653f0-2ba1-4301-ba28-a24e7ecf5da5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68d80), 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)(0xc00090eb00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253590), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b3795894-7bac-4637-a7fa-d0872ce0ecfb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69c20), 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)(0xc00090f280), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253b80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"59d97a1d-4548-4a76-9d4d-0c914a212a08","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.517Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42870), 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)(0xc000974340), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000243c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ace4f382-4527-4d00-9fd1-92581a63fa12","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.530Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b435f0), 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)(0xc000b3a480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024960), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:33.547Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43b90), 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)(0xc000b3ab80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024be0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.440Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc03f0), 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)(0xc000a95240), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021d60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.442Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e257e3b9-fa80-4fc2-907f-c956241d419d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1320), 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)(0xc000a95a80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e540f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c5063447-9114-4a89-99b1-bf3f1981d330","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.451Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22090), 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)(0xc000998180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22870), 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)(0xc000998ac0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.493Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:35.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"6945a2be-d257-4812-8feb-4781c7daebe7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23440), 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)(0xc000999480), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e547d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"0a59eb00-7ea1-4649-9c88-7b8b57565b1f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.771Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66240), 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)(0xc000e80a80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55c70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66bd0), 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)(0xc000e81140), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55e00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.863Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:35.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-4lx8g","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":"81b476f4-028e-493b-8e27-b56792eb6802","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e678c0), 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)(0xc000e81700), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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-4lx8g","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":"9dcb557e-d07d-4705-864f-06de53edb4c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926480), 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)(0xc00089e480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147d10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926e10), 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)(0xc00089ec40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000147ea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2af9bdb4-5298-4065-bba1-f362dcf04656","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c465a0), 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)(0xc00089f7c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec5f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.934Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"93c2bed5-969c-4fdd-9825-c26936763540","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47560), 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)(0xc00089ff40), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec9b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"113b9ad6-5e06-4bc6-afa4-acf98624900a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980000), 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)(0xc000c4ea00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ece10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:35.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"57cb00b3-ff41-4ae4-a92a-30b367a5d002","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980ab0), 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)(0xc000c4f000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed0e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.090Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981440), 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)(0xc000c4f6c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed310), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.213Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0240), 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)(0xc000945300), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea0a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.217Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.218Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"202ad1c0-8b7e-4d87-b4c7-ca4944a6d8ce","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.222Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1e60), 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)(0xc000945ac0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c0ca7d0c-5c17-4361-a73c-c68c6c523746","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592ea0), 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)(0xc000c14340), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea730), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.250Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593680), 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)(0xc000c14ec0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eaa00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.251Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:36.251Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"cef1fbe9-b8ba-494b-b2a3-c7b64084dae5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.258Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994d80), 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)(0xc000c15700), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ead20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.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-45fzb","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":"0c579def-d943-4a15-b0f2-5ea4619a274d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.276Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009955f0), 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)(0xc000039380), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e910), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.327Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995d40), 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)(0xc000140500), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043eaa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.409Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68240), 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)(0xc000140c80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043ed20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68900), 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)(0xc0001413c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043eff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.494Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cf09cbb5-d49b-40ef-81a6-f8d8e00bdffa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69710), 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)(0xc00088a480), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f400), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.500Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e639d1b5-c811-4d31-b564-9d1b825751c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b426c0), 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)(0xc00088aa80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043fae0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:36.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42e10), 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)(0xc00088b900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252b40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.340Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1200), 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)(0xc000b3adc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024dc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fb940731-207f-4d28-bb35-ac9bf66b9b3c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003feab0), 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)(0xc000b3b600), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000025220), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2054d813-d78a-4c6b-bd63-4dad13c01197","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e6c0), 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)(0xc000b3bcc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001643c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071efc0), 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)(0xc000a94400), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164730), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.512Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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-08T15:03:37.512Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"da21efdb-b24d-457f-9bc1-b4b0d23fabaa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fef0), 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)(0xc000a94c00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164af0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx-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":"6ac5fa49-9bcc-4533-9e03-c5b16e1cbf92","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874bd0), 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)(0xc000a95a00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165d10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.534Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b27e0), 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)(0xc000998140), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.535Z","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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-08T15:03:37.535Z","logger":"tekton-pipelines-webhook","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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":"afcf6154-4680-4a36-9085-0920fe7f6159","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3440), 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)(0xc000998b00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020910), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.539Z","logger":"tekton-pipelines-webhook","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-d5kqx","knative.dev/name":"pipeline-optional-ws-run-bxrcx","knative.dev/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":"95480490-00b0-4e0c-9a62-aa3cc04a3131","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.545Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f82d0), 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)(0xc000999300), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.564Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8bd0), 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)(0xc000999940), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020f00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"57682416-e078-42db-bb14-256b47dea8f9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9cb0), 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)(0xc000e80180), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000212c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bef6590a-bd48-496d-8655-02bdafae29bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137a70), 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)(0xc000e807c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021950), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6630), 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)(0xc000e80e00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021cc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.599Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cc434108-93fe-4d0e-8cc1-8c4b4bff7f13","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.602Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7680), 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)(0xc000e81640), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54050), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4ccbe955-7393-46da-ad40-5c9b14c9028b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d9e5a0), 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)(0xc000e81cc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54280), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d9eea0), 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)(0xc00089e480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e544b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.627Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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-08T15:03:37.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=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"51664158-52f6-4e7e-b05b-de6fcacddf59","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d9fa70), 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)(0xc00089ecc0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54730), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-4lx8g","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":"8822eaab-fef7-4af2-a49a-a3924767651e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.638Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e0c5a0), 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)(0xc000827400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e551d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e0ccf0), 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)(0xc000827a00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e0d4d0), 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)(0xc0008ffa00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000372050), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e0c000), 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)(0xc000bcc0c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000372370), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e0c6c0), 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)(0xc000bcc6c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000146280), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.662Z","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-4lx8g","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-08T15:03:37.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=PipelineRun","knative.dev/namespace":"testcli-4lx8g","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":"d2d90d80-2ed6-4725-99d9-9bb1feefb9b6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c462d0), 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)(0xc000bccd80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.665Z","logger":"tekton-pipelines-webhook","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-4lx8g","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":"3e4e48e1-884a-45c0-a5c0-f60bf9b36912","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:37.669Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c475f0), 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)(0xc000bcd380), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001479f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.199Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009814d0), 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)(0xc000c4eb80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.200Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"69f22d5c-2a58-4402-a6b2-0a5f38dfebfe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.204Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1950), 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)(0xc000c4f380), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed3b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e4a5f878-834f-4060-8892-c90c7c8086d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593cb0), 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)(0xc000c4ff00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed900), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.653Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42e10), 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)(0xc000c157c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.655Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"19546c36-757e-4b2c-9742-310bc75938c5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43ef0), 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)(0xc0004d13c0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ebc70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4f134d51-71f9-4077-a971-889b61652209","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:38.665Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0cf0), 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)(0xc0004d1d40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e0f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1560), 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)(0xc000140b80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f0e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.205Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:39.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"ab794472-b006-4f26-a647-f91743bf1479","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22000), 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)(0xc000141200), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f400), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"81be16a0-da23-4f71-86ba-697c9c5a8731","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22900), 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)(0xc00088ac40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252fa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d230e0), 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)(0xc00088b240), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253130), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.587Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"122906a3-703f-45e4-82ac-e7f0b265fe05","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e667e0), 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)(0xc00088bac0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253680), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"81e731f0-6986-45a1-bc69-597a9bc52d35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.597Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67cb0), 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)(0xc00090e200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253b30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.604Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926a20), 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)(0xc00090e900), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000aebe0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.606Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"62edb68c-d9f1-4306-a399-3aba122184cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1dd0), 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)(0xc00090f140), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af9a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7e0c7f64-04d6-4d9e-aed4-e416839d37fa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e120), 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)(0xc00090f8c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afd10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.631Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40fa9c5c-1a25-4a45-bcb4-85b70869bb1b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.635Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f440), 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)(0xc000974580), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024320), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6775a709-07a9-498a-99f0-0b6fa6188d7d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008742d0), 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)(0xc000b3a4c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000248c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.652Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874e10), 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)(0xc000b3ad40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024be0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.654Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:39.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"02d662bc-a9b7-4eaf-8de1-a3d945c5db64","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.204Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3200), 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)(0xc000a944c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165ae0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.206Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:40.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-45fzb","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":"d8381560-976f-4d96-92a6-da6962f2e550","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.209Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8090), 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)(0xc000a94a80), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020550), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"b3bb7141-9938-4203-9451-9b06813dcaf7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.216Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8ea0), 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)(0xc000a95bc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021e50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.223Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9830), 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)(0xc000998200), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e540a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.226Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d6b94af0-53be-432a-b93a-4536e89918dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137290), 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)(0xc000998e00), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54410), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.232Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"720e954d-5bf3-447d-9e1a-3307e57de62f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.233Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc66c0), 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)(0xc000999580), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.234Z","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-45fzb","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-08T15:03:40.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-45fzb","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":"c11cd04e-11c0-4031-970d-e5ed04cf2d95","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.241Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6cf0), 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)(0xc000998000), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54000), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.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-45fzb","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":"a37774a5-d55a-4e64-9155-4b1b0debe2cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.243Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7050), 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)(0xc0008ff900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.246Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc77a0), 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)(0xc000bcc080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55a40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7b90), 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)(0xc000bcc680), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55bd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.271Z","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-45fzb","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-08T15:03:40.271Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"9d58d45a-107b-4800-a152-3c20305107e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c466c0), 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)(0xc000bcccc0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55d10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.277Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"ba681de6-cc23-44b8-9a4b-aad86b42a7a5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47440), 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)(0xc000c4e900), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecc80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.283Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:40.283Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"63e7dee0-0f3f-4536-8f17-dee61e6dc9c6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.285Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47c20), 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)(0xc000c4ee80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ecf00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.289Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980480), 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)(0xc000c4f440), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed040), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"440cd6f0-7526-46ad-802c-9d9015216773","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.307Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980990), 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)(0xc000945440), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea280), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.320Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980e10), 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)(0xc000945a00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea4b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.321Z","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-45fzb","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-08T15:03:40.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=PipelineRun","knative.dev/namespace":"testcli-45fzb","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":"f9bfe680-ba82-414e-b720-7c5dd638c628","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0480), 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)(0xc000c142c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea5f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.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-45fzb","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-08T15:03:40.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-45fzb","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":"1b9b6ba1-83fe-4bec-8b92-f01d368a7f0f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.344Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1b00), 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)(0xc000c14d80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea910), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.346Z","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-45fzb","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-08T15:03:40.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-45fzb","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":"a9384787-d761-44be-a02d-40a321d85c84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.348Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592cf0), 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)(0xc000c155c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eaa50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.349Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:40.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-45fzb","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":"f026b4e8-90a5-4730-9229-5e3a5d2bedc3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005934d0), 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)(0xc0004d0ac0), 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:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ead70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.352Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"a70fe98f-4dc9-4edd-a70b-d5150eaf3827","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.353Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ea0), 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)(0xc000140a80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.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=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"7c48f535-c791-49b0-830c-2a172c0ee41d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995560), 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)(0xc00088a580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995cb0), 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)(0xc00088ab80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.369Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:40.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-45fzb","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":"9301effe-ae4f-42ec-be09-44a50801dc66","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68990), 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)(0xc00088b180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253590), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.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-45fzb","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":"55f7ff95-3878-48eb-b3d8-a91864824dc1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69440), 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)(0xc00090e400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000248c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.587Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68000), 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)(0xc00090e9c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024b40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.589Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.589Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4a6d9049-3128-40d1-966d-65117ab88b62","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69ef0), 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)(0xc00090f200), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024f50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-gb2zr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"93e674af-ada8-480d-b9b7-5b62a251c832","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:40.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7200), 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)(0xc00090f980), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000025180), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7d40), 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)(0xc000999740), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.611Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:41.611Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"2b6af6a9-a0c0-4ead-862d-d213da2a87a0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c465a0), 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)(0xc000999d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e556d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.618Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"8d28a999-dd26-4ae0-af5f-8ac08e35f0f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:41.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47050), 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)(0xc0008fff00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43200), 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)(0xc0009453c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb180), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43e60), 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)(0xc000945bc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb810), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.301Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0630), 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)(0xc000c15400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e820), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.958Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0ea0), 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)(0xc0004d1600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.985Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1710), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4467\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0000386c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4467, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043fcc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.985Z","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-4lx8g","knative.dev/name":"cluster-1174e5b162f3a51a0957aa43a6109011","knative.dev/operation":"DELETE","knative.dev/resource":"resolution.tekton.dev/v1beta1, Resource=resolutionrequests","knative.dev/subresource":"","knative.dev/userinfo":"system:serviceaccount:kube-system:generic-garbage-collector","admissionreview/uid":"0f918dfe-ed7d-46bd-88a5-f044b29b9c65","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:43.996Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1e60), 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)(0xc0001402c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002520a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d225a0), 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)(0xc000140a80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22900), 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)(0xc000141200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252460), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.477Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22e10), 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)(0xc00088a880), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253680), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.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":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bb6ad353-11c4-4ed3-8e93-d4aafef59103","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23e60), 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)(0xc00088b1c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253c70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"80c550af-3973-4c8b-a7f2-7be197da724f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67200), 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)(0xc00088b8c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67cb0), 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)(0xc000b3a140), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001641e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"172967f9-cf84-4129-bb0d-9a410dae78b0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc000b3a940), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9882163f-8814-4835-aed7-86333b8cf084","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.558Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d19e0), 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)(0xc000b3b140), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164aa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.631Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fea20), 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)(0xc000b3b780), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164eb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.633Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:44.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=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"e3b02c8c-7727-4227-a37f-d6a90c9c769a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.641Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e2d0), 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)(0xc000b3bd80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"01a7b36a-9ae1-4825-b747-c287d1ab34d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:44.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ef30), 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)(0xc000a94f40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021180), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f710), 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)(0xc000e80c80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab9a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.692Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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-08T15:03:45.692Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-45fzb","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":"968f8208-c5dc-4f06-b097-d36868a86081","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.695Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874630), 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)(0xc000e81240), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004abdb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.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-45fzb","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":"df82c89f-2cf6-4605-9bd7-3e5307ab4efd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.715Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875b90), 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)(0xc00089e440), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ceaeb0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2d80), 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)(0xc00089ec00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ceb040), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.736Z","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-45fzb","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-08T15:03:45.736Z","logger":"tekton-pipelines-webhook","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-45fzb","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":"a208d102-2136-4162-acf9-b2f0dee9b402","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b90), 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)(0xc00089f2c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ceb180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.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=PipelineRun","knative.dev/namespace":"testcli-45fzb","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":"62868cc4-f797-4933-9d5d-5e44cadb0329","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:45.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8090), 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)(0xc000827580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000eb6960), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.509Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8b40), 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)(0xc00090e500), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000eb7400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.511Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.511Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1d62142f-8ca2-4ab4-8f3c-e0cab2b46466","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68000), 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)(0xc00090ed40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000eb7770), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-x622v","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c569d7ac-d2da-47d9-b002-cc558923bb0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:46.523Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69440), 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)(0xc00090f3c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000eb79f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.246Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0000), 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)(0xc000944e80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecd70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.247Z","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-795bm","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-08T15:03:48.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=TaskRun","knative.dev/namespace":"testcli-795bm","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":"69a365f3-6bea-4d00-99a8-0d4fa72ecbc1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.264Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc05a0), 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)(0xc0009453c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecf00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d94814b3-7b5f-4a7d-a59d-cc1e0b711e53","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.396Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66fc0), 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)(0xc000c15f00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edc20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e674d0), 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)(0xc0004d13c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edef0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.539Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","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-08T15:03:48.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","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":"8f5c91c4-02a3-4497-93d2-a2d8cb219f0d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009261b0), 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)(0xc0004d1d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea2d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","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":"86f2a947-ffc4-4a2e-b89c-657a9ebd68cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.585Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926e10), 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)(0xc000039ec0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea5a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927dd0), 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)(0xc0001407c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea870), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.616Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d474b44d-df6f-4f00-8f43-0da5a20a9e50","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.679Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1ef0), 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)(0xc00088a0c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebc70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.687Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.687Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d2700eb3-4d96-40cf-b9f2-4d04baf381f5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.691Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffd40), 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)(0xc00088a7c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e0f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.693Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a5be7858-9622-4780-a707-e66848372e94","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.720Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ec60), 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)(0xc00088ae00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.766Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f5f0), 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)(0xc00088b540), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e5a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.768Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3c242dfc-2599-4851-8673-02879e5e895d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874750), 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)(0xc00088bdc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ea00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f4d07f8b-2485-497c-ba88-e6dc46dd1273","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2990), 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)(0xc000975f40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043ed70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3290), 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)(0xc000b3a700), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f0e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:48.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7bf4b776-bd77-4ae4-8d1f-1c9998dcebd7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:51.312Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136e10), 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)(0xc000a95800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165810), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:51.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6240), 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)(0xc000a95dc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165bd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:51.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6ab0), 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)(0xc000e80480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165ea0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000aad680), 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)(0xc000bf12c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000cea000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0b9fc097-45d7-4330-8014-1fb546796d47","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.801Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000af0510), 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)(0xc000bf1b80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000cea2d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"52ad7b20-6330-49ea-86f8-07e985d6feee","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:52.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000af1200), 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)(0xc000a0c100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000cea500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000af1d40), 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)(0xc000a0d040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ceb310), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.535Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3b038c65-23a1-4c0c-9984-bfca2fd7889b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b7abd0), 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)(0xc000a0d8c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024be0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"edb0e2c8-d1ca-4fae-a5ae-8f32b55009a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:53.549Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b7b8c0), 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)(0xc000a74040), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.588Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bee120), 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)(0xc000e4e5c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000c8e550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.590Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"85841bd7-a89d-4933-ac62-d3a549e11f90","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bef050), 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)(0xc000e4ee00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000c8e820), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"994f04d9-080f-4af7-aa3c-060acb7b0743","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:55.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000befe60), 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)(0xc000e4f480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000c8ea50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d207e0), 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)(0xc000999680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d3e000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.574Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0adc054c-c111-4ab1-ad43-41c55ea585d4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d218c0), 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)(0xc000999f00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d3e2d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3a5ac63a-1901-4b31-aab1-3b245febe4ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db4900), 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)(0xc000da6600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d3e0a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.593Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000db5290), 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)(0xc000da6cc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d3e690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.595Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"49d4229c-6fd1-470d-91d4-0ee64255dd3f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:56.599Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f87e0), 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)(0xc000da7500), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d3e960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03: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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"29e4de5d-8169-4597-a9f8-e0ab3a5758d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:57.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592900), 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)(0xc00090fa80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54c30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:57.575Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:57.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a3fb60d9-19a0-405c-9c92-38eaeee5427f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:57.577Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ab0), 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)(0xc0008fe600), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54f00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03: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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-fnbhd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"65420144-a9b2-4f4e-9deb-801197919248","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:57.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995e60), 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)(0xc0008ffd00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e550e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.493Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67320), 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)(0xc000c4f7c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecd20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.494Z","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-795bm","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-08T15:03:58.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","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":"3d30f755-ba0d-4ecf-a3e6-8f82e588605e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67a70), 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)(0xc000c4fcc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecf00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.496Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"80a0a1b8-2e86-465b-87ba-91a2acd71e61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000944fc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed0e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009266c0), 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)(0xc000945e00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edc20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.785Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","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-08T15:03:58.785Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","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":"a85d4744-72e9-43c1-af77-0e3907105a27","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927b00), 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)(0xc000c14b00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","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":"d53a818c-a021-43ed-b428-2a8a83fb13f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.932Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0fc0), 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)(0xc000c152c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea4b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.969Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d19e0), 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)(0xc000c15880), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea6e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.970Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:58.970Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef74ca48-eb41-4496-9ee6-f628f3024d5c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003febd0), 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)(0xc0004d1380), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eaa00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.111Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2834fff8-4e20-4f33-a226-e2f143478852","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e6c0), 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)(0xc0004d1e40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eae10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"64b13288-6f64-490b-ae71-ff06fc6472f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.150Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f3b0), 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)(0xc000140240), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.413Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fb90), 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)(0xc000141380), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e640), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.415Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.415Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"58fffa07-8be7-4107-b10d-84b714195276","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.515Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874bd0), 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)(0xc00088a4c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ec80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.517Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"75b01f5d-3aa0-4df6-9799-b71383b9ba82","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2d80), 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)(0xc00088ad00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffc09e87-af73-4eb7-92b6-e87b671fddfe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:03:59.591Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b00), 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)(0xc00088b3c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f450), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.095Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000abad80), 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)(0xc000e814c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec4e598a-f988-47bc-b5fe-12f58b6ff728","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000abba70), 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)(0xc000e81d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab770), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ab59845d-efb1-40dc-b11e-f205e9eb7431","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b226c0), 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)(0xc00089e480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab9f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.717Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22e10), 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)(0xc000bf0040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b50550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.718Z","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-q2xbq","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-08T15:04:03.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=Task","knative.dev/namespace":"testcli-q2xbq","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":"52f81a83-a3ab-4966-9020-52441cca8235","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.721Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b234d0), 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)(0xc000bf0640), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b50690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.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=Task","knative.dev/namespace":"testcli-q2xbq","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":"fbe035cc-e31a-4660-b5b0-19e0df1460ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:03.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b238c0), 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)(0xc000bf1800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b516d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.033Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23cb0), 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)(0xc0004046c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b51810), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e2d02ee4-7421-459d-99b1-45e426c661f1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.047Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce2a20), 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)(0xc000e4e6c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b51b80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74f530e9-6543-44e1-94f3-5cb332b6f8f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:04.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce35f0), 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)(0xc000e4ed40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b50000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.098Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce3d40), 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)(0xc0008269c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000b514f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.099Z","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-q2xbq","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-08T15:04:05.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"4938c3ef-adfb-4ad0-b289-16114ba62ee9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.100Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f87e0), 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)(0xc000827040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000b51680), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f4651ba2-2540-4090-8ead-bd37bae148e8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8c60), 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)(0xc000827540), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000b51e50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f93b0), 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)(0xc00090e4c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.216Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","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-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","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":"cdbff209-0266-4668-b29c-5c1d26186ae1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.219Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9ef0), 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)(0xc00090ea80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54d20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","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":"b16b29b5-8d40-4860-9a02-29d0e583c417","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.231Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68990), 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)(0xc00090f000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.260Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68fc0), 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)(0xc00090f5c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55180), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.262Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"02610f15-4c76-4aee-8ce6-2f7da51d9ba0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.321Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69dd0), 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)(0xc0008fe100), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55360), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.326Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0b3b0658-5a95-49b1-a33d-d32c426f5d25","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.329Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46900), 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)(0xc0008ff880), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"32770528-6fab-4a46-86dd-13118d3b0886","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.349Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47710), 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)(0xc0008ffe80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e558b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009801b0), 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)(0xc000bcc600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55b30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.380Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.380Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"070f35e6-1b01-4615-8a89-9976ea567f21","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.403Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981200), 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)(0xc000bcce40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55e00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.405Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e28bcd5-e6d7-42cf-91ce-2f18b523aab6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.415Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1680), 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)(0xc000bcd680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372230), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0d2d82f1-c565-453e-9515-2b1a443f82e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:05.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592ab0), 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)(0xc000bcdd00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146140), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593290), 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)(0xc000c4f080), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec4b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.067Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.067Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"330193dd-a4b1-42fa-b4a5-7a1d9ab88e62","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994f30), 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)(0xc000c4f980), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.071Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0adff33d-a292-494a-8aaf-99495fd36413","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:06.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995e60), 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)(0xc000944e40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eccd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c14c40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.121Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8b94430b-a047-41e3-8234-306f2875c730","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43e60), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9807\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c156c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9807, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.130Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b36d59b3-04b7-420b-9ef7-2c9c2452da44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.134Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0ea0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"4700\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004d1140), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:4700, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eab90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc17a0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004d1a80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eadc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"909736e9-92c3-4cf4-b697-3d8f7e11e0c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.155Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10006\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000140c00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10006, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e4b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2fedb264-c737-4564-b05b-6b48d7e58dc7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.657Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874f30), 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)(0xc0009745c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043fd10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.659Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.659Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0199ea53-f34e-48a8-ba9a-474ae7188a69","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.662Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3200), 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)(0xc000b3b0c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253090), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ccdddba8-3a40-474e-b261-9cc1ea7ad0ab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:07.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001365a0), 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)(0xc000b3b740), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253540), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.085Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6fc0), 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)(0xc000a944c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000540050), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.087Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.087Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9ef4b3f0-ac3b-41fe-9cef-e28dc250700b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.094Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22240), 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)(0xc000a94d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af9a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-8b9bm","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d48fca14-5948-4e5e-bee6-52f9f5783a6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23290), 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)(0xc000a953c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afd60), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.718Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d7c5a0), 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)(0xc00089e340), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000218b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.721Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6513361a-9a2c-4bc6-aeac-36e1cf8ca268","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d7d3b0), 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)(0xc00089ed80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021cc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.755Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"62a63bc0-cb4f-4583-9d3c-0d34ddcd2aea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.756Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e20120), 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)(0xc00089f7c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021ef0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.757Z","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-795bm","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-08T15:04:08.757Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","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":"d5f9a15b-2767-4ee1-b06a-bd228fcb6391","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.763Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e206c0), 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)(0xc00089fc80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025d4a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e20ea0), 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)(0xc000bf03c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025d8b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"d0e0d3ed-3dc4-427b-889e-87e5f59ff370","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.784Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e21320), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1264\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bf08c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025da90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.826Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e21830), 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)(0xc000bf0f00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025dcc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.827Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","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-08T15:04:08.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","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":"4e9e5bf3-008d-4519-ad56-89f6bb3903fe","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f82d0), 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)(0xc000bf14c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e540f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","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":"5121798b-93ce-4464-8345-de2a59414461","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8e10), 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)(0xc000bf1ac0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.890Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f95f0), 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)(0xc000e4e280), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.892Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec33d88d-1167-4cd2-86a0-c129cdabd000","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.929Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c685a0), 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)(0xc000e4e940), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54730), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04a64127-931e-40a9-afd9-2cd84f783a85","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.933Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69440), 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)(0xc000e4f040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54a00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f297d932-8d23-4a79-b04b-ef03b3f793ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471440), 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)(0xc000e4f640), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.978Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46750), 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)(0xc000e4fd40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54e60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.984Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9774ab32-a8b6-4403-bdde-c0b4b4f02a6f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.986Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c478c0), 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)(0xc000826cc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55130), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"785668fd-90d9-40ab-bda4-e7308ff3145e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:08.998Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980870), 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)(0xc000827440), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981290), 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)(0xc00090ec40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000147630), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.771Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"df8b2844-02e4-4c4d-9269-adcd13e955ea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1950), 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)(0xc00090f400), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000147e00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"74a8102f-c08d-4530-b924-de6e4dc0abd2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5526\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00090fb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5526, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.807Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593a70), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008fe4c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec780), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.809Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f15bffd1-0b35-4c4c-a57c-ce268051083d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.812Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995b00), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11669\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0008ffd00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11669, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecc80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:09.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4040531f-9694-4f4c-8219-39f147822b7d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43170), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11946\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bcd300), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11946, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea4b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.852Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.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=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4f123e4b-5e75-4c1a-916b-334d3eac93b3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc06c0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11946\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bcda80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11946, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e8921e31-d330-47a4-99a7-dce09c1d1fd9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.886Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1950), 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)(0xc000c4e440), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eabe0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.934Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d225a0), 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)(0xc000c4ec00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eae10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.936Z","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-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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-08T15:04:10.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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":"13e91bd5-ae5e-4ea8-92ce-135afe49c269","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23830), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c4f340), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb860), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"96fc942a-1138-4d53-a8a4-74b20c799e6e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66fc0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11084\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c4fb80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11084, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:28833\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ebdb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bb685492-5a49-45fe-9e1b-cc34703efb3c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926240), 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)(0xc000944fc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e1e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-7mjtl","knative.dev/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":"84a58211-d20b-4f15-8c29-90c59b7b51bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.953Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0900), 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)(0xc000945600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e7d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.954Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04: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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7101a1de-240e-420f-8f9c-2a156b6d71ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fea20), 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)(0xc000945e80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ec30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c5dc6c3c-dba4-4322-804b-88e51583031e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e900), 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)(0xc000c14c40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043ee10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f4d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"5333\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c154c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:5333, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f270), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:10.980Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874000), 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)(0xc0004d0ac0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f540), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874a20), 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)(0xc0004d1780), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043fb80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.006Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"853fb0cd-8354-4195-82cc-006c8a68ce9c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.011Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b30e0), 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)(0xc000039e00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002520a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"def619f2-092b-4756-9082-72452aff40cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136ab0), 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)(0xc000141080), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253220), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c595d20c-edac-442b-bc6c-068f18f03d61","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.210Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6090), 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)(0xc0001405c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002520a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"89af8379-9008-4954-82b6-53f1daa11a13","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.235Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7050), 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)(0xc000140d80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252410), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.266Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7950), 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)(0xc000141680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252780), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.269Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.269Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d7e0f3a7-9c83-41ed-b564-723ef8897cc2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.273Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8f30), 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)(0xc000bf0680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252b90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.274Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3bfc0580-2d99-4d10-a5ea-c8fd634d9121","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68510), 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)(0xc000bf0c80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002530e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.360Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b6dafd80-c219-4f68-92db-56f60a9e6ab5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.363Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c695f0), 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)(0xc000bf1500), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253a40), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c99c5a7d-19c2-485d-b5f6-3908b8a7a9be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.385Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c461b0), 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)(0xc000bf1c00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253c70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46cf0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000e4ec40), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.831Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.831Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b6d55d52-b168-438e-9435-59def43d14d4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.834Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980360), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11759\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000e4f400), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11759, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54550), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1895fc7c-9311-4d48-8db3-b0943abc9508","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.841Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981710), 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)(0xc000e4fa00), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54820), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f17a0), 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)(0xc000826700), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.862Z","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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-08T15:04:11.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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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":"9106c97c-4802-48f0-a08e-4afb444dfdcb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592fc0), 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)(0xc000826fc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54dc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.885Z","logger":"tekton-pipelines-webhook","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-rdx9k","knative.dev/name":"output-pipeline-run-vhmk9","knative.dev/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":"63081c2d-b1da-4b65-b83f-6481f339e19d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:11.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ea0), 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)(0xc000827600), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e551d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.226Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67830), 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)(0xc000bcc1c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000147db0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.229Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.229Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"09466555-0d09-4afb-9a39-98f6cd80c5cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.237Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc000bcc980), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec500), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.239Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5686ca39-a768-419c-b02a-36301b1f7289","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.251Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe2d0), 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)(0xc000bccf80), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec870), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.273Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffe60), 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)(0xc000bcd600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecaa0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.274Z","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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-08T15:04:12.274Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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":"b8981dc2-758c-481e-8df8-2ae5b933c0dd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.282Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f560), 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)(0xc000bcdd40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b7b46c6b-3046-4df3-8b76-f47eb7a1c964","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008746c0), 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)(0xc000c4ea80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed270), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.285Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-qmcm5","knative.dev/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":"2b39415f-fcc0-45f1-90b7-8582bdb1bb2f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.288Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2c60), 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)(0xc000c4f080), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed680), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c83c394a-c178-40e3-9e24-ecd56a45fe75","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.296Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b00), 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)(0xc000c4f7c0), 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:60086\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000001680), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed8b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:12.304Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137170), 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)(0xc000c4fe80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edae0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.743Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22750), 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)(0xc000c15540), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ec80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.745Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0a81987a-a2c8-4256-9755-f5b3d09a27ca","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.749Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23a70), 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)(0xc0004d1180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f090), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.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-q2xbq","knative.dev/name":"read-task-run-mtjfs","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"970409d5-2b68-44b7-95f8-4e970771b3d5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:13.759Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c60bd0), 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)(0xc0004d1a80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c61680), 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)(0xc00088a740), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afbd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d124676-86a4-4a84-9d5b-f8e0f8543bd5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.323Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce0630), 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)(0xc00088afc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001641e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6b296492-acf4-4e02-a1c0-434b2c1fda89","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.343Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce0000), 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)(0xc00088a000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce1710), 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)(0xc00088aec0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001654f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.765Z","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-q2xbq","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-08T15:04:14.765Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"db03c856-e81d-434a-93b3-67c92575b5dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.769Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ce1c20), 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)(0xc00088bb00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165810), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"44fdf141-3aba-484f-9e45-b7899843594e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6090), 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)(0xc000140180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165d10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6510), 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)(0xc0001408c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252050), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","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-08T15:04:14.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","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":"8cca0001-ce32-4eba-8ca9-93e7b9491d23","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6e10), 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)(0xc000141000), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","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":"a7008123-54f8-49f8-b756-fdbd6e276ed4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:14.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc74d0), 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)(0xc000141640), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252820), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.007Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc79e0), 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)(0xc000bf0440), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252b40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.010Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b37c56d3-ffdd-4600-b5ab-e8d014430864","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.036Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8990), 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)(0xc000bf0b00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253040), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"fcd7be69-5b6e-4105-b007-00a669e6e23e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.049Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9680), 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)(0xc000bf1280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"065fc9c5-8871-4c36-ac5f-5bf870d1fffd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68480), 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)(0xc000bf1900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253b30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.181Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68c60), 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)(0xc000e4e1c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025c870), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"83f24815-4851-41e9-913b-84e8ab386dc7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69cb0), 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)(0xc000e4f180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"498e606c-8736-4df4-ba07-5594fbe24e15","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.225Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c467e0), 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)(0xc000e4f800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e546e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"error","timestamp":"2024-11-08T15:04:15.269Z","logger":"tekton-pipelines-webhook.ConversionWebhook","caller":"controller/controller.go:566","message":"Reconcile error","commit":"96db451","knative.dev/traceid":"fbe1aeed-ee8c-4224-889f-bf20fda75ae4","knative.dev/key":"stepactions.tekton.dev","duration":0.000137255,"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-08T15:04:15.382Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47170), 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)(0xc000826c80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54d20), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.387Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d83625f-86b9-4f0d-a2b9-6b98958704a2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.393Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009806c0), 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)(0xc000827580), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54fa0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3bd3ead4-c8bb-4d28-b023-079a4d386789","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.402Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0090), 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)(0xc000827d80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.413Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f18c0), 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)(0xc00090e500), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.415Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f2144f46-5ce1-47ab-b4c6-5910b6293919","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.438Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593170), 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)(0xc00090ed40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55770), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9799d66-7b32-459c-9cf0-b18ac1ab0c71","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.764Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995050), 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)(0xc00090fdc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001461e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.765Z","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-sp4vx","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-08T15:04:15.765Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"7f6541f1-a9d7-43d5-b392-14d9d69c4552","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.770Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995560), 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)(0xc0008fe480), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146640), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.771Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"6325e557-53aa-423b-9f0f-e2adcbc238bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995b90), 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)(0xc0008ff9c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146cd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.809Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42510), 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)(0xc000bcc000), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001479f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.810Z","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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":"77d0fbef-678b-4423-89a6-62d76713f55e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42bd0), 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)(0xc000bcc580), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000147e00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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":"09ecc813-9fae-4ca0-9f31-c237ed5633ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.857Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43170), 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)(0xc000bcca80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec460), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b437a0), 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)(0xc000bcd040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","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-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","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":"3430e47d-934c-490f-bda8-7ce956ba4c93","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.877Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0240), 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)(0xc000bcd640), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eca50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","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":"22bb0547-9afd-4e9d-8565-fcff84129b9e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.884Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0bd0), 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)(0xc000bcdbc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ecf00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1170), 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)(0xc000c4e540), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed130), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.908Z","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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":"ae85b7ea-3658-4e65-a789-d1a1b9efccd2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1ef0), 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)(0xc000c4ed00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed4a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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":"9d5d5154-05fe-458a-bee6-c4484edcddf4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d227e0), 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)(0xc000c4f280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed7c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-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":"1c1623d0-d6c1-4449-9557-8e5253d22d39","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.956Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d230e0), 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)(0xc000c4f8c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eda90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.973Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d235f0), 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)(0xc000c4fe80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edcc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.975Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"240310a5-7943-4fbd-95b9-5a365cc93d92","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.975Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66510), 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)(0xc0009453c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea190), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.977Z","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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-08T15:04:15.977Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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":"2c2006fe-ead1-4b94-beb4-4f3f25651770","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.987Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67830), 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)(0xc000945a40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea5f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:15.988Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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":"7b9d32eb-fcae-47b5-82e6-90804faaaa79","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926870), 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)(0xc000c142c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eaa00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.042Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927dd0), 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)(0xc000c14e40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ead70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.044Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.044Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"aceb22aa-4574-40e5-bc8a-28c2bf9d4d8a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.051Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1dd0), 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)(0xc000c15740), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eb3b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.052Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"61907b08-1bfc-46fe-b5a8-a3bf2dfbc320","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003febd0), 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)(0xc0004d1040), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb9a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e090), 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)(0xc0004d19c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebdb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.080Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1fdf799a-3641-4760-8dd7-a51ea0a6f818","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.091Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f050), 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)(0xc000974000), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e280), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.092Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"53d1396b-bd12-4e3f-9fee-0871033849bf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.102Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fe60), 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)(0xc000b3a140), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e5a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.384Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008746c0), 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)(0xc000b3b140), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f630), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"de479ab0-358e-4d52-a7a9-85d07bc808ed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.389Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2fc0), 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)(0xc000b3b980), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043fcc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.390Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-mlr6g","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5cda063f-799c-45eb-8a24-68b50656a8c4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.411Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136cf0), 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)(0xc000a94080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af630), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.736Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b222d0), 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)(0xc000a94ec0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020c80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.738Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.738Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9257cb3-6470-4e25-ae8b-b813ddc06546","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.742Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23320), 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)(0xc000a956c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.743Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4f091fee-fb0d-427c-a6b5-11a9d7fccb44","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.753Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e563f0), 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)(0xc000a95cc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021810), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.776Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e56d80), 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)(0xc000e80380), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021a40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.778Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"981e3991-320b-4aa3-b46f-1e7591af5a3a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e57ef0), 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)(0xc000e80b80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021ea0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:16.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dbb076ab-d381-4583-b5a0-c0ee46b5bc01","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.734Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c466c0), 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)(0xc000140700), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.736Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.736Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0e596bdd-0c7e-49ec-a091-d051d85539ed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.740Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47dd0), 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)(0xc000141040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252ff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e25d4446-7f2f-4412-947c-54214527a040","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.745Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981320), 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)(0xc000141700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253540), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.758Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1440), 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)(0xc000bf0580), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.760Z","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-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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-08T15:04:17.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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":"2f9ce6a1-81d0-4d99-b436-3ff757d9dfe6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.768Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592c60), 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)(0xc000bf0cc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025cff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.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=PipelineRun","knative.dev/namespace":"testcli-rdx9k","knative.dev/name":"output-pipeline-run-xtwnw","knative.dev/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":"78bcfffc-2919-4dfe-a2ff-2a1b623904cd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994b40), 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)(0xc000bf1340), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025d9f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42c60), 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)(0xc000e4e200), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54140), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.898Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.898Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ecfdd5f6-f8d9-4d98-80db-9e1b6541a1e4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43a70), 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)(0xc000e4e9c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3a27e75a-4a45-4d08-b10e-e4a51276fffd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.922Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc06c0), 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)(0xc000e4efc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54730), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0ea0), 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)(0xc000e4f600), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.944Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cd550762-bd2f-41d6-a90f-d34d0197f6d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.948Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1b90), 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)(0xc000e4fe80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54cd0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"22708f1d-d44c-417f-8984-4b27d3412aa2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:17.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22900), 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)(0xc000826c40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.392Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23200), 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)(0xc000827c80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55b80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.393Z","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-795bm","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-08T15:04:18.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=TaskRun","knative.dev/namespace":"testcli-795bm","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":"12eb6810-a981-40fe-923c-d51bc325c2f7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.395Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23a70), 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)(0xc00090e280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55d10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"a93fd5ec-2d4b-4ee5-813b-81b3c2571795","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.406Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66120), 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)(0xc00090e780), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55ef0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.475Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67050), 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)(0xc00090edc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000372230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.476Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","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-08T15:04:18.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","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":"dd0cad08-0931-4456-ac81-e23059374c3f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927cb0), 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)(0xc00090fa80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146c80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","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":"7513a67d-f7ec-483a-9be6-ac55a25c8c89","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffdd0), 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)(0xc0008ffa00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147d60), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e510), 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)(0xc000bcc080), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec3c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.548Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"09f2825d-e969-4a11-b6f2-f50b1141e43a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2990), 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)(0xc000bcd300), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecd70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5fba3dd8-f070-4eb4-8198-052b23936238","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.605Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3680), 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)(0xc000bcda00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed040), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"048021cd-0d57-4151-86ce-7ccf441c0f1f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136cf0), 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)(0xc000c4e3c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed270), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22000), 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)(0xc000c4ec00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed4a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.641Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.641Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c00b43be-014c-41de-88d5-1113d206374e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22e10), 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)(0xc000c4f440), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed770), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6e4d06b1-bf0a-40e9-9775-599902efa48c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.671Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23c20), 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)(0xc000945180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea5a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.909Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e56480), 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)(0xc000945840), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea870), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.917Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a5f0c897-5a6c-484a-a877-4572d83eae35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.924Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e57170), 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)(0xc000c14300), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eac80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cdf98dd5-fa4d-4950-801f-ba4b64ff8e6b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.938Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e57d40), 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)(0xc000c14ec0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb220), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.940Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b0a33827-86da-4867-aa64-e538902cad7e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ba6a20), 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)(0xc000c15880), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb860), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ba7170), 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)(0xc0004d1380), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ebc70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b2945aa8-5583-4ee4-a18d-e72d195c7957","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:18.960Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ba7c20), 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)(0xc0004d1d40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e0f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.440Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","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{\"9570\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3b4c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020a50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.442Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c4c306c8-11b9-42c7-abf6-6030e0def852","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3f170), 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)(0xc000b3bd00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020dc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.447Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7d629a82-2c8b-4117-8404-322ed2b58158","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c3fe60), 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)(0xc000a94400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.957Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d326c0), 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)(0xc000a95280), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000244b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.959Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.964Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"06d955fc-ccdb-43b2-b69d-4f6fbacefcda","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.967Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d334d0), 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)(0xc000a95ac0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024be0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.968Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a72481e6-ec29-400f-8e1c-c450d5a179a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:20.979Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dbc240), 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)(0xc00089e1c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024fa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dbcab0), 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)(0xc00089f300), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000dc68c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.460Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.461Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"703eb607-7a97-4bee-a403-bd2747c1b775","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.466Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dbd8c0), 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)(0xc00089fe80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000dc6b90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c13376ed-fdca-4a9c-b356-abbf763d70f8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.480Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e74630), 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)(0xc000998280), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000dc6000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.940Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e74e10), 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)(0xc000999580), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000dc7090), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.943Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0b8d5c56-dccb-4c50-a85e-9a238a073418","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.951Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e75dd0), 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)(0xc000999dc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000dc7400), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e0f82af1-cd91-4b25-bbbf-6e2ddeb3ab56","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.961Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6e10), 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)(0xc000e80500), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000dc7680), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:21.999Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7710), 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)(0xc000e80bc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000dc78b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.001Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.001Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7048c0c1-8f4a-473d-954c-93e7003ad372","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8cf0), 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)(0xc000e81400), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000dc7c20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.005Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e6205a32-699a-49fe-bdc3-085288df2ab6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68120), 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)(0xc000e81a80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000dc7ea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.028Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"70030c48-79fd-4e39-bb14-599b22fa20e5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.037Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69320), 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)(0xc00088a280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5711a857-0850-4050-91eb-ea5d602b4861","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471560), 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)(0xc00088a880), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab2c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.861Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42900), 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)(0xc000bf1300), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002525f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.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\"},{\"op\":\"add\",\"path\":\"/spec/taskRef/kind\",\"value\":\"Task\"}]","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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-08T15:04:22.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-q2xbq","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":"0fb16dc4-f9a8-4446-8201-861f3de7bca6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.873Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42fc0), 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)(0xc000bf1800), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252820), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"deb52a51-ba2c-4f18-8bf9-7df5b61a89ab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.881Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b433b0), 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)(0xc000bf1d40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252af0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.942Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43950), 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)(0xc000e4e500), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252f50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.943Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","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-08T15:04:22.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","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":"faef2f85-9eb3-4844-ba58-723b2cbf5a9d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.945Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc02d0), 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)(0xc000e4eac0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253540), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.946Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","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":"de33eee4-16ff-4703-8506-b6b7ad5f7ce2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.950Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0ab0), 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)(0xc000e4f040), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253a40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.966Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0fc0), 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)(0xc000e4f600), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253c70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.967Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:22.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c3dd3a5a-371c-4bbf-a070-cf83e6d173a4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.003Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc19e0), 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)(0xc000e4fcc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025d5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.004Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e49c6b79-7e51-40f8-b3f9-6316481db770","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.008Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22630), 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)(0xc000826b40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025db30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ddd46fa9-1c97-49ad-871e-603cba770fb9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23170), 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)(0xc000827240), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025ddb0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.043Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23e60), 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)(0xc000827ac0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54320), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ce18c060-c25d-4bcc-bae7-8888dd2559ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.050Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e678c0), 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)(0xc00090e4c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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-q2xbq","knative.dev/name":"read-task-run-wd8x4","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7b58cf37-6a10-408d-82bd-16aba699119b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.063Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927830), 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)(0xc00090eb40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54910), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.065Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9bd526fa-404b-4f31-9a38-dafe64989639","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.065Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d18c0), 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)(0xc00090f340), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003feb40), 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)(0xc00090fb00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54eb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b9a2ea74-3b66-465d-95b3-3d9a80b24210","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.076Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e750), 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)(0xc0008fe540), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.526Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f050), 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)(0xc000bcc4c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55d60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.528Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f873d1b1-c00f-4198-8dc9-c34d80bc3c2a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.535Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874360), 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)(0xc000bccd00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0003720f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"684eface-92cb-44a2-afe7-a8a83a4c20ab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.542Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b27e0), 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)(0xc000bcd3c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001460a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.555Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3200), 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)(0xc000bcda80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000146550), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.557Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:23.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6379f714-7fee-492e-b4e6-981127abeba9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.822Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136f30), 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)(0xc000c4ff40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edbd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.824Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d3968fbb-af4d-44c4-8567-798e591168cf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.828Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22630), 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)(0xc0009455c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"40b0d28a-fd3b-498e-9f3a-3ee89ab03bed","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:24.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23200), 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)(0xc000945cc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23a70), 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)(0xc000c15480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.510Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"56c5091f-ccd0-4eec-b482-f6ea3982ddf0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.513Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d16120), 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)(0xc0004d0fc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eba40), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.514Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec5e3963-483c-4233-887b-232a53025f82","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d170e0), 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)(0xc0004d19c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ebe50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.532Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d17a70), 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)(0xc000039e00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.534Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.534Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ee4c7e13-f220-4938-92cf-da6f2cad11ac","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da6c60), 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)(0xc000b3a280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e550), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"888aef74-51b3-4926-bf67-09d437e2c8b4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000da7cb0), 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)(0xc000b3b2c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f590), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.818Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"119ccfe1-b40e-4308-ac68-17082a8001e8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.830Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edca20), 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)(0xc000b3bac0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043fd10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a6c6c16a-88c0-469e-bfb0-32a82ed55f80","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:25.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edc000), 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)(0xc000a94200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af6d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edc750), 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)(0xc000a95040), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab3b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.550Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"30307741-0e68-41d2-aefa-f76e0b0987d7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6630), 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)(0xc000a958c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab680), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.555Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-75jrg","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"85b2ee0d-0546-4424-9a17-1b433352c3a4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:26.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc78c0), 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)(0xc000a95f40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab8b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f17a0), 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)(0xc00088a600), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025cff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3526a4fa-f079-4546-b885-503fc80daf2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.865Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005939e0), 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)(0xc00088b280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025dc20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"80ac6a67-3f74-45d0-b9ab-cd0b986e9272","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.875Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995b00), 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)(0xc00088bc00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e540a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.887Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b427e0), 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)(0xc000140580), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e542d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.889Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:27.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bd541602-72e9-436c-9cc2-af1870115c46","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.810Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66bd0), 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)(0xc000e4e280), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001465a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.811Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.811Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"da20afe7-dd23-44e2-b896-4b3b6f9cd5d6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.815Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000e4ea80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000147590), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d2fcb8c4-9b28-4ede-887c-7cb9c975f202","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.823Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927d40), 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)(0xc000e4f100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000147cc0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.839Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d18c0), 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)(0xc000e4f7c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec320), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cc3dfd82-76eb-4855-bbcd-b6d2239026eb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.843Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffef0), 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)(0xc0008266c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:28.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7c9d35f8-5683-4bd0-a827-1808531e3214","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.293Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f440), 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)(0xc000827680), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed4a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.294Z","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-795bm","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-08T15:04:29.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","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":"48fef0f2-2065-4d27-b750-36a3389e0104","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fb00), 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)(0xc000827c80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.295Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"76818198-9ae4-4e11-a238-215cd453bdc1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.298Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874120), 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)(0xc00090e240), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed810), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.317Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874750), 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)(0xc00090e840), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed9f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.318Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","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-08T15:04:29.318Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","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":"f39c7c98-4bf6-40ce-b1b1-66ed01de014c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.322Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875950), 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)(0xc00090ee00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002edcc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","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":"17aac27f-8abf-44ca-a4dd-95edd80ade21","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2d80), 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)(0xc00090f380), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea0f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.331Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3440), 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)(0xc00090fa40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea320), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.332Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.332Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7d2536fc-4a7d-4c87-8e98-bab534ea0ebc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.350Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136750), 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)(0xc0008fe480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea5a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.351Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.351Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4c0bc94f-5012-45a6-ab42-9275e07d2dd1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.354Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22240), 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)(0xc0008ffc00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea910), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.354Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5fcc0add-b441-4000-94e1-3bfb90d7d2e9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.357Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22cf0), 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)(0xc000bcc2c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eabe0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.366Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b235f0), 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)(0xc000bcc980), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eae10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ef63460f-1dc4-4fb6-a02f-a215da058faf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.373Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b2c480), 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)(0xc000bcd200), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eb400), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f9e8a442-cd3e-413a-aef8-f42c5786ecd9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.377Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b2d170), 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)(0xc000bcd880), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb950), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.813Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b2d950), 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)(0xc000c4ec00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ea50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04: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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.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-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9f6341de-3305-430c-b74d-42c303738aa8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.818Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc8b40), 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)(0xc000c4f440), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043eff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.820Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-fzb8b","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c27d2547-4536-45ad-a3c6-f0613211d3f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:29.827Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc9b90), 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)(0xc000c4fb80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c8e630), 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)(0xc000945840), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020dc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.538Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6e4d7869-b040-4f5b-8032-f92c37e2a0c5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c8f440), 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)(0xc000c14300), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000211d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a829cc4a-fff2-4417-9997-db4ed2367760","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.547Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d281b0), 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)(0xc000c14ec0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021400), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d28990), 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)(0xc0004d1380), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000249b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.989Z","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-q2xbq","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-08T15:04:30.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-q2xbq","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":"86c75fb7-402c-4e24-b8ba-2b471dbfb220","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.990Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d28f30), 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)(0xc0004d1ac0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"21b52c38-fd4a-40ed-a217-f6bb67584171","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:30.992Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d293b0), 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)(0xc000039bc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.018Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d298c0), 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)(0xc0009745c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000025130), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.019Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","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-08T15:04:31.019Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","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":"354815a5-e578-4d7f-9c67-13dcfdd32be8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78240), 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)(0xc000b3a4c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d7a190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.021Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","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":"7a1ac2f0-5b54-4835-a97b-f3039e0fd919","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.024Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78a20), 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)(0xc000b3ab80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d7a3c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78fc0), 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)(0xc000b3b240), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d7a5f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.035Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e57f012-2440-4f1f-b808-3be8d8c4e06b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.053Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d79b00), 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)(0xc000b3b940), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d7a7d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.055Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"174275e8-3c72-45f6-9ad5-f82c1b12d708","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.058Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de8750), 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)(0xc00089e600), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d7aaa0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"45dc099c-48b0-4d6a-b1ed-032097314713","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.062Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de8000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3956\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00089e000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d7a000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.068Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000de9320), 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)(0xc00089f780), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d7a230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.069Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.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/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"53ab1afd-465b-4ee0-ab39-b1ff85ea9b77","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc61b0), 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)(0xc000a94040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d7a500), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.073Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1b54245a-6a85-4746-b059-e17b5945deaf","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6fc0), 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)(0xc000a946c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d7a730), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc77a0), 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)(0xc000a95540), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d7b6d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.552Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"04187d5e-e608-4cb3-be3f-9d5ab1272d86","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.555Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8b40), 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)(0xc000a95d80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d7b9a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ec93b482-5abb-4db9-80e5-7e13c82c6c0c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:31.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9b90), 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)(0xc000998180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d7bbd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.556Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593710), 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)(0xc00088a340), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164b90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.557Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8a60b023-4625-47aa-a236-82ff6681718f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.559Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009953b0), 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)(0xc00088abc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165040), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"59c8a806-b54d-4183-8707-62a97bdb1d11","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.562Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b427e0), 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)(0xc00088b280), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001653b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.567Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43290), 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)(0xc00088b9c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165720), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.568Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"93d47bdd-6a52-4bf7-9364-e5ba46f07767","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.840Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc05a0), 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)(0xc000140e40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252aa0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.841Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c81eaaf6-2373-4f6c-8834-cf50fa026a04","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.844Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc14d0), 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)(0xc000141700), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252ff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e3eca41a-bbe1-4ea7-bf07-aadb44f399ec","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:32.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22360), 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)(0xc000bf05c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.550Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23050), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10402\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000bf15c0), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10402, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025dd60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.551Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"bae35cd7-126f-4e81-91e8-6f1b78abf4a1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.553Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10402\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000e4e080), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10402, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.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-795bm","knative.dev/name":"read-clustertask-pr9z6-run-4kfb6","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8d867466-6058-458c-9d54-be72d6320820","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000e4e700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e543c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.846Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927830), 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)(0xc000e4f540), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54f50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.848Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5b3c4046-8ca2-4008-b3cb-642ad9e3ae36","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.850Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1cb0), 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)(0xc000e4fdc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55220), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"6e555560-984f-4443-809e-105e1e1e6b79","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:33.854Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffcb0), 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)(0xc000826b80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55450), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.859Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e750), 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)(0xc00090e480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0001479f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.860Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a05664f3-2b53-4c24-a42a-8f5dd91252be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.862Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fa70), 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)(0xc00090ecc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000147ea0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f288209f-e81f-49be-94fc-e759003ea47c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874bd0), 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)(0xc00090f340), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ec500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.871Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2990), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9487\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00090fb00), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9487, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec780), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.872Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:34.872Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"14c9d5d4-e565-4545-90e0-a1f8e22d13dc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.853Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b90), 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)(0xc000bcc700), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea0f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9d9362af-7cbc-44d4-9fa7-c0a1e6a7e637","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.856Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b223f0), 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)(0xc000bccf00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.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-q2xbq","knative.dev/name":"read-task-run-mb4hr","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"70df8153-706e-4d59-8c0c-0ccb74a63129","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:35.860Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b235f0), 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)(0xc000bcd5c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea690), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.172Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78120), 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)(0xc000c4e8c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eb9a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.173Z","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-08T15:04:36.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/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":"f3f49022-b941-4a67-a294-6239681bb1df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78480), 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)(0xc000c4eec0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ebcc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.175Z","logger":"tekton-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-7lxc6","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"26c51e90-9f61-4be0-bd0e-3db49a16fc74","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.531Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78750), 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)(0xc000c4fa80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e910), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.532Z","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-q2xbq","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-08T15:04:36.532Z","logger":"tekton-pipelines-webhook","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-q2xbq","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":"817613d1-5762-4523-895d-d8bae6aa7cc2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78ab0), 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)(0xc000944e00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ea50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.534Z","logger":"tekton-pipelines-webhook","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-q2xbq","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":"4bec64b4-9f6e-42c2-bda4-a59695ca46ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:36.538Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d78d80), 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)(0xc000945940), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f720), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.308Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5b950), 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)(0xc000b3b100), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8a050), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.309Z","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-795bm","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-08T15:04:37.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-795bm","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":"a91bf7d0-b2f1-477f-b350-4eebff0cdae8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.312Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e5bdd0), 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)(0xc000b3b680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e8a190), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.312Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"da523e4b-ab31-4e60-b3d2-766333c2a80a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.316Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb81b0), 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)(0xc000b3bc80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e8a320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.328Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb85a0), 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)(0xc000ec22c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8a000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.329Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","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-08T15:04:37.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","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":"683656d2-0522-4ad4-bb28-ea9f14e9af39","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.330Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb8c60), 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)(0xc000ec2880), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e8a640), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","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":"889425cb-e471-4b06-acec-8995cc8a437b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.334Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb9200), 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)(0xc000ec2e00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e8a7d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.341Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb9680), 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)(0xc000ec33c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8a960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4d7b317f-0024-4af3-832e-8a02eb12ba90","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.361Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eb9ef0), 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)(0xc000ec3a00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8aaa0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5e8bdc1c-f0ef-4dd4-a3a4-99916d381800","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.363Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6990), 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)(0xc00089e100), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e8acd0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.364Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1b0b2cb5-9dac-4b59-9b4c-cfee421f840b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7170), 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)(0xc00089e740), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e8ae60), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc77a0), 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)(0xc00089f000), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8aff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.373Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.373Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"614046e9-fc95-4eaa-a91c-1cdc778e43a4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.375Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f87e0), 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)(0xc00089fa40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e8b220), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cac5544d-408e-4c35-8e5c-e2fbc8f2c920","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.378Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f93b0), 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)(0xc000a940c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e8b3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.851Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f99e0), 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)(0xc000a94e80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e8bea0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.852Z","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-q2xbq","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-08T15:04:37.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"feac246b-cd15-4d9b-a0b9-8c9132312fd6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.855Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68120), 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)(0xc000a954c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000aebe0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"b8a1a1cd-16a0-41db-b3cb-91d1e6ab462f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.862Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68630), 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)(0xc000a959c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.894Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69ef0), 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)(0xc000998440), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afdb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.895Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","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-08T15:04:37.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","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":"78ba60d7-1f3b-4cbe-885a-81af7cffa7b2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46480), 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)(0xc000998e40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaeb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","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":"68743828-d268-4908-a9ff-4eca01395a0b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46ab0), 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)(0xc000999600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab040), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c470e0), 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)(0xc000999c40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab1d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.904Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9cf44007-1d3c-40fc-b6ee-98f72b7d5da2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.927Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47c20), 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)(0xc000e80480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab310), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ff234e7c-6a7d-44ec-89eb-eccf15656ac5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.937Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009806c0), 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)(0xc000e80c40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab590), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c8e4b42b-5fc0-44e4-b7eb-ae44c2c2404b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.944Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980fc0), 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)(0xc000e81340), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab720), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.959Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009817a0), 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)(0xc000e81a00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab8b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.961Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.962Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"0f246627-3506-4023-aa40-327dc88ca80d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.983Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1830), 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)(0xc00088a300), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004abae0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.985Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.985Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ddc9eaae-ee2f-4acc-8f5d-730d86e6ba31","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.988Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592a20), 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)(0xc00088ab80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004abea0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:37.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7129d596-1458-4aba-a4ad-c32a864f9b55","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42ab0), 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)(0xc000140ac0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165900), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.571Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9cc74b84-f2d0-40b2-b267-1cc8ead59917","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b437a0), 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)(0xc0001412c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165e50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9270366b-a6ae-4770-822b-4beb34967148","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:38.581Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc02d0), 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)(0xc000bf01c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002520a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22f30), 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)(0xc000e4e640), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025ddb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.572Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dbf06b51-b04b-48f0-95e7-090edb17c745","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23c20), 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)(0xc000e4ed80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.574Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1827c208-913a-463c-b8f8-798300f4b667","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:39.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66bd0), 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)(0xc000e4f380), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e542d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67290), 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)(0xc000827140), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.584Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.584Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"98a99663-f724-4dde-9108-af0334e26671","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009261b0), 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)(0xc000827880), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e559a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"546b340d-9c7f-4533-a598-2236db40b994","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.590Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc00090e080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55b80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.595Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0d80), 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)(0xc00090e700), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55d10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.596Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:40.596Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"37caee26-ecb3-4246-a316-d912bf0c3960","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe5a0), 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)(0xc0008fe1c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec8c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.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-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.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=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"734031d4-1cb0-4f5f-a0a3-3df09c911995","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.582Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e360), 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)(0xc0008ff940), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecc80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.583Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-795bm","knative.dev/name":"clustertask-optional-ws-7lxc6-run-ddpdw","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"902ff892-228d-458c-b495-43691021ee0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.586Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f440), 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)(0xc0008fff40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ece10), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.928Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fdd0), 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)(0xc000bccdc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed900), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b64f7d42-b7a3-4aec-b27b-97ddc01604aa","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.931Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874a20), 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)(0xc000bcd680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002edb30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8420e232-5108-4a30-9994-a23c40d50f97","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:41.936Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2900), 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)(0xc000bcddc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edcc0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7560), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1840\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c14e40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e280), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.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/v1beta1, Kind=ClusterTask","knative.dev/namespace":"","knative.dev/name":"read-clustertask-pr9z6","knative.dev/operation":"DELETE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"fc9badce-cafb-42a1-afe0-7faccb252864","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.712Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd79e0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"1488\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004d1180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.713Z","logger":"tekton-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-7lxc6","knative.dev/operation":"DELETE","knative.dev/resource":"tekton.dev/v1beta1, Resource=clustertasks","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"60738ca2-79fa-49d2-9e44-889645395d3c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.900Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7cb0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"8315\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004d17c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043f2c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.902Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"808dd7b9-9262-4a20-a749-1fc278a6073e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e107e0), 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)(0xc000974000), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f590), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"54da6f5a-72ea-4a9e-864b-20b11c7cfd4d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:42.914Z","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{\"3852\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000b3a280), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e0f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e113b0), 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)(0xc000b3bc00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afd10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9fc4ccf9-45f7-454e-8a25-186d920e6ae7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.895Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e11e60), 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)(0xc00089e580), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aa410), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.896Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"1f3b7c4d-c91b-4794-b116-163f9980fc15","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:43.899Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6990), 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)(0xc00089eec0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004aafa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6fc0), 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)(0xc000a94880), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164aa0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.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-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e442d1b9-98ca-4921-8f24-8c5cb3a3b875","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.908Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7b00), 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)(0xc000a95100), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000164eb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7b88f971-61cd-4a71-8f4f-5f1efa2b390e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:44.911Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8ab0), 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)(0xc000a95880), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165040), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.902Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f94d0), 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)(0xc000e80080), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e542d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.904Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.904Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"05431d1e-c827-400a-9ee4-9386071f3459","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.906Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68630), 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)(0xc000e80940), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54500), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-with-workspace-run-tn5wd","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"505529f6-291e-4c6e-bad5-bee363fb0b24","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:46.910Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c694d0), 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)(0xc000e81080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54690), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.408Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b438c0), 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)(0xc000bf1a80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb310), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.412Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0240), 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)(0xc000e4e300), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb7c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0e10), 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)(0xc000e4ea00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb9f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.433Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc18c0), 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)(0xc000e4f100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ebe00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22510), 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)(0xc000e4f800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020730), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.463Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d230e0), 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)(0xc000e4ff40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020a50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23dd0), 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)(0xc000826e40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.481Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66f30), 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)(0xc000827580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020ff0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.492Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67c20), 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)(0xc000827e00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000212c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.543Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e120), 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)(0xc00090f1c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000240a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.544Z","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-q2xbq","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-08T15:04:48.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"f13a063a-96af-426c-81db-d45245d6b0a9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071eab0), 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)(0xc00090f740), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024370), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.546Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"0771a56e-7901-438f-bc56-235bf1c84157","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.548Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ef30), 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)(0xc0008fe000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000247d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f5f0), 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)(0xc0008fe5c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024a00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.570Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","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-08T15:04:48.570Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","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":"8575397a-f58d-44e4-a7cd-62a8b645b463","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.572Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874120), 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)(0xc0008ffc00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024e60), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","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":"688af035-36a9-4fe9-bc3e-cbc6df0a22ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.576Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874a20), 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)(0xc000bcc240), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000025130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.580Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875290), 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)(0xc000bcc800), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54910), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.581Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"57c01911-ca91-452b-b65f-c3f5066673d1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.600Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3170), 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)(0xc000bccec0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54af0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.601Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b8bf84e5-d227-4cd6-9ca6-26774650e13a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.603Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001361b0), 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)(0xc000bcd600), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54dc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b1c1796d-b8f5-4bac-b468-4011a6b08c1e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.609Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22480), 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)(0xc000bcdc80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54ff0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.623Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6480), 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)(0xc000c4f140), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55720), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.625Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e9948d45-cd50-4be8-b065-76d8bc778323","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7830), 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)(0xc000c4fd00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55b30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.648Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2d677032-0005-4fb3-946f-bc3f160cd216","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.650Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b88750), 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)(0xc000945380), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55e00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.651Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d82dc41e-5e93-49f5-b676-853919c199df","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.655Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b89440), 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)(0xc000c14400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bf2a50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.660Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b89c20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9339\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c15200), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9339, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bf2c80), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.661Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:48.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a1d72bc0-de68-4bcd-bab9-8d976a03ab64","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ca8ab0), 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)(0xc0004d1780), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000bf38b0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.612Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4326e144-b5e0-4dad-924e-7dbf7f2c1fa2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.615Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ca98c0), 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)(0xc000e81d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000bf3b80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4e83234e-548e-4767-8af7-114448524e57","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:49.618Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d64630), 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)(0xc000d6c400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000bf3db0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d64e10), 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)(0xc000d6d9c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d77360), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"00362b1c-5831-4eab-a76a-376945465615","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d65c20), 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)(0xc000dda280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d77630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3069d8ae-584f-4536-8ecb-6bef3119169c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:50.625Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e14990), 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)(0xc000dda900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d77860), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.632Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e15170), 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)(0xc000ddbec0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e98e10), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.634Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.634Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c3aedbaf-40c3-435b-abe8-33fc226393ae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.636Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eda120), 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)(0xc000ebc780), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e990e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5c6d7aa7-1a20-421f-b0f2-785dc3aa6c35","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.643Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000edaf30), 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)(0xc000ebce40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e99310), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000eda000), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"9687\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ebc000), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:9687, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e98000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.648Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:51.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"277e753e-7590-4bfd-864b-6c89f41a29a2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.630Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1cb0), 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)(0xc00089fc80), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004aaeb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.631Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.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-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5cd0e4a0-f2a3-4529-b4c6-c014fa1ace89","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005934d0), 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)(0xc000a94500), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.633Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-7cdtx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"df96c1d3-a681-4c83-a05a-0a21a5e02a84","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:53.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995440), 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)(0xc000a94b80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab400), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.096Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42510), 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)(0xc000a95a00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164370), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"9f682ec0-9a68-4233-a078-b37d4184f16e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.099Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43830), 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)(0xc000404d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001647d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d5a97d22-f1c6-478a-94f4-3ad0b39bad69","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.103Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0a20), 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)(0xc000998600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164be0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.110Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc13b0), 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)(0xc000998f40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164ff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.111Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4dc1bc3e-a9b7-409b-acd1-a05f47c23dd4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.113Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d226c0), 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)(0xc0009997c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165450), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:54.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d21431fb-9681-435e-ab04-420bbfcba1a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.109Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23b00), 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)(0xc00088adc0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000253770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.111Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"98953c9b-2d37-4657-b88f-11736333c7e2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.114Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67440), 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)(0xc00088b5c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025c820), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"608a5fb3-5c07-4bf8-a8f6-4c6098fd8ae0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.118Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926e10), 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)(0xc00088bc40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00025d860), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.124Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1200), 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)(0xc000140540), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025da90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.126Z","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-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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-08T15:04:55.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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":"d253c012-4256-4baa-adc2-12393561d706","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.128Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffc20), 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)(0xc000140e40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000372000), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-m8dm7","knative.dev/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":"bfb382d7-ae87-4c2b-9ab6-2405eaefeb0a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:55.131Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f170), 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)(0xc000141440), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146140), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.342Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fdd0), 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)(0xc000bf1c00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eda40), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.342Z","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-q2xbq","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-08T15:04:56.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=Task","knative.dev/namespace":"testcli-q2xbq","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":"3e77742c-7660-4f8d-af8c-7e12b89ac806","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.345Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874240), 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)(0xc000e4e380), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002edb80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.345Z","logger":"tekton-pipelines-webhook","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-q2xbq","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":"2ae73fc9-4ab0-4cf5-af7d-e73e31631377","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.347Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874750), 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)(0xc000e4f180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eab90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874bd0), 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)(0xc000e4f7c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eacd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.648Z","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-sp4vx","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-08T15:04:56.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-sp4vx","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":"ebefd4ed-c372-4d58-9e36-7a24d038089f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.649Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875050), 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)(0xc000e4fd80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eae10), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.650Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"a35fc307-5392-4cac-a7ff-e7090b5c3ef2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:56.654Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b26c0), 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)(0xc000827880), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000021220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68f30), 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)(0xc000bcc480), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e543c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.453Z","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/taskRef/kind\",\"value\":\"Task\"},{\"op\":\"add\",\"path\":\"/spec/timeout\",\"value\":\"1h0m0s\"},{\"op\":\"replace\",\"path\":\"/spec/serviceAccountName\",\"value\":\"default\"},{\"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-q2xbq","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-08T15:04:57.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"46175928-571e-4816-977d-304acacd2d9f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.455Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c695f0), 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)(0xc000bcc980), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e545a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.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-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"2ea4919e-4803-47ff-9b70-6a66957141d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.458Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69b00), 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)(0xc000bcce40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54780), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.471Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bb0000), 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)(0xc000bcd440), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.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-q2xbq","knative.dev/name":"sleep-run-xhvhx","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-08T15:04:57.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-q2xbq","knative.dev/name":"sleep-run-xhvhx","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":"4c589453-1753-4db1-81c5-09ff223bdb8f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.473Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bb07e0), 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)(0xc000bcda00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54cd0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.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-q2xbq","knative.dev/name":"sleep-run-xhvhx","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":"03eb6896-144d-4413-b454-977956f430a1","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bb0ea0), 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)(0xc0000d6140), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bb13b0), 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)(0xc000c4ea00), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55180), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.484Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f443edca-f083-4880-9cd8-1beb90c350ff","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.504Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bb1dd0), 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)(0xc000c4f040), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.505Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.505Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d6974143-a412-478f-84a2-ea052191dc0d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ca0900), 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)(0xc000c4f740), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e557c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.507Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f6e7c5af-0666-4b72-889a-915beefc0030","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.510Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ca1290), 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)(0xc000c4fd00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55a90), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000ca19e0), 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)(0xc0009451c0), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55cc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.518Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"310ce62f-641d-4a63-9c96-f7cd2e49db76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d0a750), 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)(0xc000945900), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d1e0f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.537Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.537Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2e41ca91-56d3-47cc-94b4-488988293ca5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.538Z","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{\"7541\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c14100), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d1e460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.539Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f6c45b64-83af-4b60-9cd2-deeaf5654e96","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.541Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d70090), 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)(0xc000c14dc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d1e6e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.961Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d718c0), 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)(0xc0004d1a40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d1f540), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.961Z","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-sp4vx","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-08T15:04:57.961Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"9539d1a3-9f48-41d7-bdca-0dfde515de34","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.963Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d71dd0), 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)(0xc000e802c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d1f720), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.963Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"bc1bad8d-6922-4996-9935-2e1d6af038d9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:57.965Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dae1b0), 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)(0xc000e80800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d1f900), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.000Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dae5a0), 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)(0xc000e80e40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d1fa90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.002Z","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:04:58.002Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"dd890144-60c2-47fa-8d8d-26afde89da3b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.004Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000daeab0), 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)(0xc000e81400), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d1fc70), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.006Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"1339acad-5876-4e5e-9e32-0d74dcc70101","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.013Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dae000), 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)(0xc000e4a100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000df4000), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.020Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dae3f0), 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)(0xc000e4a740), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000df4190), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.021Z","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","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-08T15:04:58.021Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","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":"6ef6a41a-177f-44dd-8b2f-260b68e87b93","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.023Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000daeb40), 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)(0xc000e4ae40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000df47d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","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":"5e98f452-0446-4332-86ff-90afca8fde3d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.029Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000daf200), 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)(0xc000e4b500), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000df4a50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.034Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000daf680), 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)(0xc000e4bb40), 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:21296\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000ae8d80), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000df4be0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.035Z","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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-08T15:04:58.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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":"11ab2adf-22c5-4020-a0c3-d77a5672c539","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.035Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dafef0), 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)(0xc000039e40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000df4e60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.036Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:04:58.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"ed0596f3-6e82-42cd-b5a6-7502e1995cdc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.038Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc65a0), 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)(0xc000b3a100), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000df51d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"ad5a011f-6b0d-4e91-8ebb-9b0fde1b3927","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.044Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6bd0), 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)(0xc000b3b080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000df5c70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.048Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6fc0), 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)(0xc000b3b6c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000df5e50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.049Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:04:58.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"d01e3d0f-f77f-4d95-8f60-40a648a0342c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.060Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc77a0), 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)(0xc000b3be00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e280), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.062Z","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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-08T15:04:58.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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":"c6a7f9ec-4945-41e4-8159-d202d64d66de","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.064Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f82d0), 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)(0xc00089e6c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e550), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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":"80bf1c49-1251-4ac4-b4ed-86e44560b9d8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.069Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8ea0), 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)(0xc00089f040), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043e960), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.070Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9710), 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)(0xc00089fa00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ec30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.072Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:04:58.072Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"ec48f745-2ff9-4bf2-9500-2b24b04ca311","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0004718c0), 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)(0xc000a941c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043f0e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"e4e0b6a4-81bc-42e7-a36d-5ec3662ce0a8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.082Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46750), 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)(0xc000a94f40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.610Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009817a0), 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)(0xc000998800), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab9a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.611Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","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-08T15:04:58.611Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"33df3f59-cd40-4860-8f7b-d54712c93685","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.614Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1b00), 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)(0xc0009992c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004abea0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c5cdf98a-a072-490b-b8c5-bef7068d64c2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.621Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592fc0), 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)(0xc000999900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000164320), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.637Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42b40), 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)(0xc00088abc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000164f50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.639Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"ffac5dba-c3ea-41e4-a4f2-72549c658eda","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43b90), 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)(0xc00088b340), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000165400), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.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-q2xbq","knative.dev/name":"sleep-run-xhvhx","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"70b7270a-fcfc-4fd1-a293-5f53c03345a4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:04:58.648Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0b40), 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)(0xc00088b9c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0001657c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc13b0), 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)(0xc000bf14c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec780), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.780Z","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-q2xbq","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-08T15:05:00.780Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"5c378223-1742-48c8-a6b9-d2471e0dda2a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.783Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc19e0), 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)(0xc000bf1a40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ec960), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"c9a0cb2c-158c-4aca-a09d-a6c09ded3b7b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22000), 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)(0xc000e4e100), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eccd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.816Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22510), 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)(0xc000e4e6c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eceb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.818Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","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-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","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":"a657f335-ef9d-4fba-9508-d3e507b26420","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.821Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22fc0), 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)(0xc000e4ec80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","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":"4f9e0441-5b1a-4d7b-bba4-0b207b85546a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.824Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d238c0), 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)(0xc000e4f200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed3b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.832Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66240), 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)(0xc000e4f7c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed5e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.833Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a733583f-9b59-4e6f-92c8-72a81df48f85","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.864Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67170), 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)(0xc000e4fec0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed7c0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.865Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.866Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"705d5f71-1db5-474e-90e4-8d21c06f067b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.869Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926120), 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)(0xc000826d00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eda90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"560624a1-98e6-4707-8ade-55dcc8aa09ad","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.880Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927a70), 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)(0xc000827400), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002edcc0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.892Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d10e0), 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)(0xc000827b80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea0f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2064769c-414f-4600-a919-7bb9920a77f6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.907Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003feb40), 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)(0xc00090e540), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.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=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e75f01a9-d59b-4349-8734-cb71fe62e231","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:00.913Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e900), 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)(0xc00090ebc0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea690), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.656Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f3b0), 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)(0xc0008fe5c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020cd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.657Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b6c8e1ff-f34a-404c-902b-a42fd2e5942c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.661Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874360), 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)(0xc0008ffe80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021180), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8931b9e6-7496-4e30-bbaa-259afb24f80d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:01.664Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b26c0), 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)(0xc000bcc5c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000213b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.074Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2fc0), 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)(0xc000bccc80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000219a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:05:02.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"227a76f3-41a7-4dba-968a-7fbc84874fea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.077Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b39e0), 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)(0xc000bcd480), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021e50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.078Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"d44a6db1-4a15-4074-9c36-0bd9885fca82","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.081Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136e10), 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)(0xc000c4e700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000025040), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.658Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000efaea0), 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)(0xc000c14e40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.660Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7eaccae5-79b6-44a7-8acc-00a933908c13","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.663Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000efbcb0), 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)(0xc0000386c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5ef79dae-5c72-4fe4-8043-6d644cccf47b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:02.675Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6a20), 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)(0xc000974300), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54e60), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.149Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7560), 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)(0xc000b3a600), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55270), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.150Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:05:03.150Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"b5719edf-a7e8-4892-813a-a88080f65434","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.152Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8000), 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)(0xc000b3afc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e559a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.154Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"1a1c627d-35c8-4cf7-b536-f6fc97b69668","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8cf0), 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)(0xc00089e600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f4a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f94d0), 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)(0xc00089f9c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afd60), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.678Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.678Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"16f16131-c997-421b-98d1-638781a55571","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.681Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46510), 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)(0xc000a94280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaf00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.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-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7be9b6e4-29f6-485b-b9c5-3e68f532877f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:03.684Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47710), 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)(0xc000a94900), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.157Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009802d0), 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)(0xc000a95780), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004abe50), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:05:04.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"aeba3a54-2d8a-4025-9930-72c7bd8560c7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.161Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980cf0), 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)(0xc000a95f40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001643c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"33603c25-30d0-49c6-944e-7e2ef7a927ea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.166Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000981710), 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)(0xc000998e00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165400), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.667Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f0510), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000999d80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002526e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.669Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.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/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2feca999-cb6c-4c2b-848b-e3736b6268d3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.672Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592b40), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"10217\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc00088a640), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:10217, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252aa0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.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":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"read-task-run-bdq8m","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"50cbe2de-0dd9-4c03-bdd8-3aba5c652a2b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:04.676Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000994ab0), 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)(0xc00088ad00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252f50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995560), 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)(0xc00088bc40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00025d860), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:05:05.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"40e6b382-c3f8-405a-81d4-20db815e76a6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.174Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b425a0), 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)(0xc0001406c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00025dc20), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"76490a5a-4859-413f-bf38-ce2609d06d81","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:05.178Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42fc0), 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)(0xc000141700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146c80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.165Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43710), 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)(0xc000bf1680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.167Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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-08T15:05:06.167Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"71db84ce-5f73-4f39-96f1-f26a90eb7821","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.171Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0480), 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)(0xc000e4e080), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed7c0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl-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":"c1175670-b6a7-4aae-b0f8-fe7e4d2bfc54","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.175Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1050), 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)(0xc000e4ee40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.182Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc17a0), 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)(0xc000e4f500), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea6e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.185Z","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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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-08T15:05:06.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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":"b00ae137-e68d-4cfb-97d0-2f17a9d9ffae","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.187Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22480), 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)(0xc000e4fdc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eaa00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.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-sp4vx","knative.dev/name":"pipeline-with-workspace-run-67hwl","knative.dev/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":"04b44314-4616-4e61-9d0f-a30a4abf55ce","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:06.190Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d230e0), 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)(0xc000826c40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ead20), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.278Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874b40), 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)(0xc000bcc0c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024a00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.279Z","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-q2xbq","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-08T15:05:07.279Z","logger":"tekton-pipelines-webhook","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-q2xbq","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":"2ef86d76-3a9d-443b-9da6-9d3f7e8eccf0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.280Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874fc0), 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)(0xc000bcc640), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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=Task","knative.dev/namespace":"testcli-q2xbq","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":"1568d93b-d0b2-439e-8844-4d085c487650","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.284Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875b90), 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)(0xc000bcd180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e323c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.358Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2990), 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)(0xc000bcd7c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e32500), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.359Z","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-sp4vx","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-08T15:05:07.359Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"68f14ed0-2b5c-4e97-a0d9-12211642532e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.360Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3050), 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)(0xc000bcdcc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e32780), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"590ab095-985a-42bc-82c5-acdcf2802989","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.367Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3440), 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)(0xc000c4e680), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e329b0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b26c0), 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)(0xc000c4ec40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e32000), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.375Z","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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-08T15:05:07.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":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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":"5acd6963-dd8a-4318-b52a-25920d97f0c0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.376Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2cf0), 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)(0xc000c4f180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e32230), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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":"740292b1-c483-44c2-bf1b-870a8b66799a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.379Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3b90), 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)(0xc000c4f700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e32460), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.383Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6240), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3149\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c4fcc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e32690), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","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-08T15:05:07.384Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","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":"ecafa2f9-754d-48f6-835f-e98694947e19","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.385Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd6a20), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"3137\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000c14480), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e32eb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","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":"bbf25c88-5d5b-4689-886b-0e91bebcff55","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.387Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7170), 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)(0xc000c14f40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e33220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.391Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd7680), 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)(0xc000c15740), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e33450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.392Z","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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-08T15:05:07.392Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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":"0aadc6cf-b397-42c2-a2b1-a049cabdd248","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.397Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68510), 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)(0xc000039e40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e33860), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.398Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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-08T15:05:07.398Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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":"e2dfb314-0bdf-473c-8887-2c44714e5532","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.401Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68ea0), 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)(0xc000975f40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e33b80), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-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":"8ff332de-5824-495e-84ee-0065f9fe060b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.407Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c698c0), 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)(0xc000b3a580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e33e50), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c69dd0), 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)(0xc000b3ad40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54140), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.420Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.420Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c5a33150-24e9-4728-937f-e988773c11e7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.420Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6870), 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)(0xc000b3b400), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54460), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.421Z","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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-08T15:05:07.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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":"6dd69b70-7e19-4b42-b0bf-a3d5a017bc6a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.424Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7440), 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)(0xc000b3ba80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54870), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.424Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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":"f82a8023-eedf-4f05-b4e2-806a1cbc8223","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.427Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8090), 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)(0xc00089e0c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.438Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8d80), 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)(0xc00089e780), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e54f00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.439Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"44bedd36-db2d-433f-8a5c-a095659dc94f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.441Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f99e0), 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)(0xc00089f0c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55220), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"b5c63f0b-68fc-4f53-bd17-f5569d41a7dd","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.445Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c462d0), 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)(0xc00089f980), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e554f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.452Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46cf0), 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)(0xc000a94040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000e55770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.453Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"7eb3f9bb-1f9d-4326-af93-a6498cf72e7b","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.456Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47a70), 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)(0xc000a94800), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e55ae0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.457Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"15329ada-ed05-4439-84d9-6be40a7f8fea","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:07.459Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009807e0), 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)(0xc000a94e00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55db0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.416Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1710), 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)(0xc0009987c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000af770), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.417Z","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-q2xbq","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-08T15:05:08.417Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","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":"e6f12762-eb7a-458d-9dfd-a5a53492f695","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.418Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003f1cb0), 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)(0xc000998fc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000af9a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.419Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"f324ba7a-3e11-4352-8fb0-7283bb010dc9","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.421Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592240), 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)(0xc000999540), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000afbd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.439Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000592a20), 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)(0xc000999b40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0000afdb0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.439Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","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-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","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":"96713796-7b8b-4b49-9318-7eac6f9cdbd8","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005930e0), 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)(0xc00088a180), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aaeb0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.442Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","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":"284ae380-9991-4194-9bbb-2a1219a3dde6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.446Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0005937a0), 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)(0xc00088a700), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab040), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.453Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000593cb0), 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)(0xc00088ad00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab1d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"569ccf70-6b76-4041-82e4-9afdb8ebcaf3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.476Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995200), 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)(0xc00088b380), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab310), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.477Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"4e3ba35c-a92e-49a4-bbe4-f8ac42404358","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.479Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000995cb0), 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)(0xc00088ba80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab540), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3054cc9a-e067-4ba7-a78f-6be470827297","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b42900), 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)(0xc000140200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004ab6d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.488Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43050), 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)(0xc000140a40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab860), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"99e33c1c-cf72-4261-b31b-51f8472e9e96","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.490Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b43d40), 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)(0xc000141280), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004aba90), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.491Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e2996f6b-695c-4c19-9d55-a34fdd58761a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.494Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc0750), 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)(0xc000bf0180), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004abdb0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.682Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0009261b0), 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)(0xc000e4eb00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252140), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.683Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"f21fd95e-e5be-459e-9dd8-738c3318c00a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.686Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927c20), 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)(0xc000e4f2c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002525f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.687Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dc6050d1-a02d-475b-871b-60a6a525927c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:08.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d19e0), 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)(0xc000e4f8c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252a00), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.686Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003fe630), 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)(0xc000827680), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0003720a0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.688Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"cf900f94-6fe9-489c-9fd2-f9afbb5f642c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.690Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e2d0), 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)(0xc00090e040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000146140), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5c837427-b15c-40b6-876b-a06534564fab","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:09.694Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f170), 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)(0xc00090e680), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000146690), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.188Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f950), 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)(0xc00090f440), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ec820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.189Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"c406083d-3eec-4bf7-9bca-3a72b8337f40","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008746c0), 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)(0xc00090fb80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eca50), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.192Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"db490250-d80f-4e1c-a436-874c28f5dee4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:10.196Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875950), 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)(0xc0008fe4c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ecd70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.199Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000136f30), 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)(0xc000bccb40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea460), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.200Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"5afe8845-2177-47e3-b095-d97ce3a572cb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.202Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b223f0), 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)(0xc000bcd2c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea690), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"8eba38eb-9c7b-4ff6-9e4d-79cf460f71f0","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.205Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22d80), 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)(0xc000bcd8c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea8c0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.708Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b234d0), 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)(0xc000945800), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebc70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.709Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.709Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"e3b3e7ef-8851-42e5-9a05-119605908c5f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.711Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e162d0), 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)(0xc0004d0840), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0000205a0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.713Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"834d2e94-ebff-4617-9427-199e3ed9027d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.719Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e16000), 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)(0xc0004d0200), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000020550), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.723Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e174d0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11049\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc0004d1e80), GetBody:(func() (io.ReadCloser, error))(nil), ContentLength:11049, TransferEncoding:[]string(nil), Close:false, Host:\"tekton-pipelines-webhook.tekton-pipelines.svc:443\", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:\"172.18.0.5:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020b90), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.725Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:11.725Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"39b4d126-3ea8-4d9c-85f6-603bc40c05be","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.208Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b2b40), 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)(0xc000c4f300), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021ef0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.209Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.209Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"935b56da-e8d7-4d65-891d-68644919c93c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.211Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f8e10), 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)(0xc000b3a780), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000e54f00), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"efe40999-820c-4595-bdaf-320315f49fe4","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:12.215Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f9b90), 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)(0xc000b3af80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e55090), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.200Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c465a0), 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)(0xc00089e700), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043ec30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.201Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.201Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"3f2314d2-a7e4-44cd-b9f0-0fbb3716b27e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.203Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47680), 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)(0xc00089f0c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043ee60), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.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-q2xbq","knative.dev/name":"task-optional-ws-run-f9brj","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dcb42209-52c1-4078-b964-c4e49b8e4fc5","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:13.207Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000980510), 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)(0xc00089f9c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e674d0), 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)(0xc000e4e800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eac80), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67b00), 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)(0xc000e4ef00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eadc0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.573Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926090), 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)(0xc000e4f580), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:18.579Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926630), 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)(0xc000e4fc00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb360), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.086Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071e090), 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)(0xc00090e080), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000024ff0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.091Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ef30), 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)(0xc00090e7c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000025220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.096Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071fb90), 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)(0xc00090eec0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253c70), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.101Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874870), 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)(0xc00090f5c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d41e0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.106Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0001365a0), 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)(0xc0008fe000), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d4410), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.113Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22090), 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)(0xc0008ff640), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d4640), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.119Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22ab0), 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)(0xc0008ffe80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d4870), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.122Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23320), 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)(0xc000bcc5c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d4aa0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:19.125Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b23c20), 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)(0xc000bccc40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0009d4c30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.778Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e95e60), 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)(0xc000ec0e00), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ed20f0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.782Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"037148a3-0c2c-4449-b676-7c52e995fde6","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.787Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f14f30), 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)(0xc000ec0000), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ed2000), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.788Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"d2ffa932-edaf-4a4f-96cf-d44a4df569fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.791Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f15e60), 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)(0xc000ec0600), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000ed25f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.799Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008b3050), 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)(0xc000ec0c40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000ed2820), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"a9ccb594-a37c-4709-a294-5435ea9dbc76","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.802Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd63f0), Proto:\"HTTP/1.1\", ProtoMajor:1, ProtoMinor:1, Header:http.Header{\"Accept\":[]string{\"application/json, */*\"}, \"Accept-Encoding\":[]string{\"gzip\"}, \"Content-Length\":[]string{\"11845\"}, \"Content-Type\":[]string{\"application/json\"}, \"User-Agent\":[]string{\"kube-apiserver-admission\"}}, Body:(*http.body)(0xc000ec1bc0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000ed2b40), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:42.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"dca1ee2a-8e96-4c96-be2c-52416a0969a7","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.782Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dd77a0), 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)(0xc000c4e9c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000020960), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"2c5849b7-fa93-471e-86a5-5f13bc5312fb","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.786Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c68ea0), 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)(0xc000c4f140), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000020dc0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7-first-create-file","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=taskruns","knative.dev/subresource":"status","knative.dev/userinfo":"system:serviceaccount:tekton-pipelines:tekton-pipelines-controller","admissionreview/uid":"68042b56-447a-43c0-b42b-5be164d5110c","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.790Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6360), 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)(0xc000c4f780), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0000211d0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.797Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc6e10), 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)(0xc000c4fdc0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000021400), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.798Z","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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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-08T15:05:43.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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":"8f276a6e-217a-41f4-8c5a-87e8e55c41f2","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.800Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bc7e60), 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)(0xc000c14c40), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000021d60), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.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-sp4vx","knative.dev/name":"output-pipeline-run-k78c7","knative.dev/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":"18a76d61-1a71-4068-a15d-8814ef5b501f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:43.803Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0008f94d0), 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)(0xc000c15480), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000e54230), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.292Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000471440), 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)(0xc000b3b040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc00043e320), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.293Z","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-sp4vx","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-08T15:05:45.293Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"598e142a-8fe5-4aed-bd37-7fe8b8eca5bc","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.294Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c461b0), 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)(0xc000b3b600), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc00043e4b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.295Z","logger":"tekton-pipelines-webhook","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-sp4vx","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":"9f09ec3a-edac-463c-888a-6dc0d216ba47","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:45.299Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46750), 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)(0xc00089e540), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc00043f540), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:46.370Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c46cf0), 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)(0xc000a94080), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0004ab540), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:46.370Z","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-sp4vx","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-08T15:05:46.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=Pipeline","knative.dev/namespace":"testcli-sp4vx","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":"da291caa-631d-4525-9cc6-e506185e424e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:46.372Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47170), 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)(0xc000a94600), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0004ab720), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:46.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=Pipeline","knative.dev/namespace":"testcli-sp4vx","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":"df0a1dbe-f294-4902-aa78-701c0df8da94","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:46.374Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000c47710), 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)(0xc000a94d00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0004abb30), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.483Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1680), 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)(0xc000bf0040), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ecd70), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.483Z","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-sp4vx","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-08T15:05:47.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","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":"437bc0f3-3aeb-416e-b311-77148a25afa3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.484Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000dc1c20), 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)(0xc000bf0540), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ecff0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/operation":"CREATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"23333ed3-96d3-4831-bbd6-bec4a21fbf57","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.487Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d221b0), 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)(0xc000bf0a00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed220), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22630), 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)(0xc000bf1100), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ed450), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.495Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:47.495Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"1b507f23-ad77-427e-888e-7cee0c6c530f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.497Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d22d80), 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)(0xc000bf1680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ed6d0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"8688bd48-ce32-4ecf-a6b3-2ae53ff2252a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.499Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d23170), 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)(0xc000bf1b80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ed900), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.502Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d235f0), 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)(0xc000e4e340), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002edb30), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.502Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","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-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","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":"817ba8d8-1304-487f-812e-2c5c9976f0f3","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.504Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e662d0), 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)(0xc000e4e900), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002ea0f0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","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":"b6f43794-9a88-446c-a5da-d1d29638a311","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.506Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e66c60), 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)(0xc000e4ee80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002ea500), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.508Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e67170), 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)(0xc000e4f440), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ea730), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.509Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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-08T15:05:47.509Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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":"e9d3ba70-e054-407f-b2bc-8cfbc02b0bde","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.516Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926000), 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)(0xc000e4fa80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002eacd0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.517Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"3c2f6c6a-ef3a-4b2e-b3b9-ac409e5b9c07","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.518Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000926990), 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)(0xc0008266c0), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0002eb3b0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"875502d5-07c3-4794-8019-4dc96998408d","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.522Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000927c20), 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)(0xc000826d00), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc0002eb9f0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.527Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d0b40), 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)(0xc0008273c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc0002ebe00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.528Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"a16cff03-42b8-4b99-8c35-2de361f4a01f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.533Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003d1ef0), 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)(0xc000827a80), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000024410), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.534Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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-08T15:05:47.534Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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":"f0936649-7c75-4343-9293-76be521812ef","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.536Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc0003ffcb0), 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)(0xc00090e200), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000024c30), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.537Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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":"0d0879fc-3e1e-45b9-9cb0-532b73f0f54f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.540Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071ebd0), 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)(0xc00090e800), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000025130), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.551Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc00071f560), 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)(0xc00090ee40), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252230), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.552Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:47.552Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"bf03f1e2-2aeb-4f6c-84d3-2e35f816235a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.554Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874090), 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)(0xc00090f480), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000252730), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"c8a66444-b322-44eb-be0d-35fe8450d131","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.557Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000874a20), 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)(0xc00090fa40), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000252b40), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.565Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000875290), 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)(0xc0008fe3c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000252ff0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.566Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:47.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"2b7c1997-5e8a-4b90-bba2-5943def7ba02","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.568Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000137cb0), 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)(0xc0008ffb00), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000253630), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.569Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"b98325cf-203d-4e66-a5c8-fa20542ae422","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:47.571Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000b22900), 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)(0xc000bcc1c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000253bd0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.606Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000bd9170), 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)(0xc000945880), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000be5cc0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.607Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","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-08T15:05:48.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=PipelineRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"8a593a83-e42c-4d4c-8119-d1f9b0437767","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.608Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e94000), 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)(0xc000998040), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc0001650e0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.609Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/operation":"UPDATE","knative.dev/resource":"tekton.dev/v1, Resource=pipelineruns","knative.dev/subresource":"","knative.dev/userinfo":"kubernetes-admin","admissionreview/uid":"e9869d51-c634-435c-9576-6094d7f3d72f","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.613Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e94d80), 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)(0xc0009986c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000165770), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.616Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e95560), 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)(0xc000999000), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000165e00), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.617Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:48.617Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"c76bb9cc-680e-451b-9000-b7591b246505","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.619Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d70120), 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)(0xc000999780), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d62280), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.620Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"0d2c2d42-8b57-4c95-9686-7fb95d28f44e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.624Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d70bd0), 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)(0xc000999d80), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d625a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.628Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000d71290), 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)(0xc000bdc440), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d627d0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.630Z","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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-08T15:05:48.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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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":"ec171e07-b92a-4147-bb8f-0f22cf99f04a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.632Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e081b0), 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)(0xc000bdcb80), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d62cd0), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.634Z","logger":"tekton-pipelines-webhook","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-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9","knative.dev/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":"bf5e578f-28cc-4255-9105-e0db25e2352a","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.639Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e08fc0), 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)(0xc000bdd1c0), 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:14524\", RequestURI:\"/defaulting?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000000c00), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/defaulting\", ctx:(*context.cancelCtx)(0xc000d630e0), pat:(*http.pattern)(0xc0004ff560), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.641Z","logger":"tekton-pipelines-webhook","caller":"defaulting/defaulting.go:158","message":"Kind: \"tekton.dev/v1, Kind=TaskRun\" PatchBytes: null","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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-08T15:05:48.641Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:151","message":"remote admission controller audit annotations=map[string]string(nil)","commit":"96db451","knative.dev/kind":"tekton.dev/v1, Kind=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"f292df63-bc15-4cfa-b0fb-3b3cca44f81e","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.642Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000e08000), 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)(0xc000bdc040), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d620a0), pat:(*http.pattern)(0xc0004ffec0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.644Z","logger":"tekton-pipelines-webhook","caller":"webhook/admission.go:93","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f143f0), 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)(0xc000bdc680), 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:10155\", RequestURI:\"/resource-validation?timeout=10s\", TLS:(*tls.ConnectionState)(0xc000a06cc0), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-validation\", ctx:(*context.cancelCtx)(0xc000d62370), pat:(*http.pattern)(0xc0004ff5c0), matches:[]string(nil), otherValues:map[string]string(nil)}","commit":"96db451"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.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=TaskRun","knative.dev/namespace":"testcli-sp4vx","knative.dev/name":"sleep-pipeline-run-pcpq9-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":"c0ad13db-0945-46ea-bc27-60e55f520315","admissionreview/allowed":true,"admissionreview/result":"nil"}
{"severity":"info","timestamp":"2024-11-08T15:05:48.647Z","logger":"tekton-pipelines-webhook","caller":"webhook/conversion.go:45","message":"Webhook ServeHTTP request=&http.Request{Method:\"POST\", URL:(*url.URL)(0xc000f14fc0), 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)(0xc000bdd9c0), 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:37429\", RequestURI:\"/resource-conversion?timeout=30s\", TLS:(*tls.ConnectionState)(0xc000ae8780), Cancel:(<-chan struct {})(nil), Response:(*http.Response)(nil), Pattern:\"/resource-conversion\", ctx:(*context.cancelCtx)(0xc000d62690), pat:(*http.pattern)(0xc0004ffec0), 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 ...