chengjoey

Results 200 comments of chengjoey

At present, only when the tasks are in `NextSchedulableTask`, the reference values in whenexpressions will be replaced, so should the completed tasks be replaced before `GetChildReferences`?

> Hi @XinruZhang > > ``` > apiVersion: tekton.dev/v1beta1 > kind: Pipeline > metadata: > name: pipeline-build-push-image > namespace: tkn-cicd > spec: > description: | > Build and push pipeline...

Could you please get the pod information through the command `kubectl get pod ${podname} -o yaml ` maybe the error is due to the termination messages are too large, or...

@VeereshAradhya do you mean task and pipelinerun like this: ``` apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: retry-task-bug spec: params: - name: pipelineTask-retries default: "$(context.pipelineTask.retries)" - name: pipelineTask-retry-count default: "$(context.task.retry-count)" steps:...

Is this still a work in progress, I would love to implement it

hi @irenesrl @discordianfish restart wasn't added until systemd 235 https://github.com/prometheus/node_exporter/blob/9666d002487039ac66b20287998945461eefe746/collector/systemd_linux.go#L298-L300 if you enable log as debug level, and running exporter in `systemctl 219`, you could get logs like this: ```...

/assign @chitrangpatel @lbernick