chengjoey
chengjoey
1. cluster task use different key https://github.com/tektoncd/pipeline/blob/62ae6f006c30fdd055f007cb9e89ec10495dd9bb/pkg/reconciler/taskrun/taskrun.go#L1055-L1062 2. taskrun.Spec.TaskSpec != nil, it may be created by pipelinerun, use `tekton.dev/pipelineTask` ``` kubectl describe taskrun run-with-template-writer Name: run-with-template-writer Namespace: default Labels: app.kubernetes.io/managed-by=tekton-pipelines...
Currently, you can set a default `serviceAccountName` or `pipelineRun` for all pipelines and tasks, and `taskRun` can also set a separate `serviceAccountName`. you want to add a field `serviceAccountName` to...
/assign @luobily
/test pull-etcd-unit-test-386 /test pull-etcd-unit-test-amd64 /test pull-etcd-e2e-amd64
/retest-required
> @chengjoey are you able to troubleshoot these test failures on your own? Or do you need help? thanks @jberkus , i will troubleshoot the test failure in the next...
updates: Modifying the original logic and adding Option `grpc.WithBlock` will indeed affect the old logic. For example, grpc_proxy must create a client before starting the server. At this time, setting...