You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am passing a list of emails as string in a parameter and it throws this error.
Taskrun throws an error in the container place-scripts. TaskRun fails with error exec /bin/sh: argument list too long
Expected Behavior
I am passing a list of emails as string in a parameter and it throws this error.
Taskrun throws an error in the container place-scripts.
TaskRun fails with error exec /bin/sh: argument list too long
kind: Pod
apiVersion: v1
metadata:
name: ci-ocob29be9a17a089d22ffb04e39708d2a7173928c0940f8-pod
namespace: abc-ci
creationTimestamp: '2024-11-21T10:01:05Z'
labels:
app.kubernetes.io/managed-by: Helm
tekton.dev/memberOf: finally
tekton.dev/pipelineTask: post-processing
tekton.dev/task: post-processing
tekton.dev/taskRun: ci-ob29be9a17a08b0efac8eb1cb7a85bf93-post-processing
annotations:
custom.pipeline/version: 0.16.6
custom.task/version: v0.1.11
pipeline.tekton.dev/affinity-assistant: affinity-assistant-a50b4b7d58
pipeline.tekton.dev/release: 969f5d3
tekton.dev/displayName: post-processing
tekton.dev/platforms: linux/amd64
ownerReferences:
- apiVersion: tekton.dev/v1
kind: TaskRun
name: ci-ob29be9a17a08b0efac8eb1cb7a85bf93-post-processing
controller: true
blockOwnerDeletion: true
I would want to know the maximum parameter length that can be passed in the taskrun.
The parameter that I am passing is like this:-
email_recipients: 'abc-ext@google.com ced-ext@google.com she-ext@sw.com md@jio.com gh@hi.com'
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: