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 can define a PipelineRun with only a Tasks timeout, and no Pipeline timeout, by using timeouts.tasks = some amount of time and timeouts.pipeline = 0 (which corresponds to no timeout).
Error from server (BadRequest): error when creating "timeouts/sleep-pipeline.yaml": admission webhook "validation.webhook.pipeline.tekton.dev" denied the request: validation failed: invalid value: 1m0s should be <= pipeline duration: spec.timeouts.tasks
Additional Info
Kubernetes version:
Output of kubectl version:
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.3", GitCommit:"aef86a93758dc3cb2c658dd9657ab4ad4afc21cb", GitTreeState:"clean", BuildDate:"2022-07-13T14:21:56Z", GoVersion:"go1.18.4", Compiler:"gc", Platform:"darwin/arm64"}
Kustomize Version: v4.5.4
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.13-gke.900", GitCommit:"8f8dd9d389916c66dd26704a96f1ab4c5776f9df", GitTreeState:"clean", BuildDate:"2022-06-06T09:24:36Z", GoVersion:"go1.16.15b7", Compiler:"gc", Platform:"linux/amd64"}
WARNING: version difference between client (1.24) and server (1.21) exceeds the supported minor version skew of +/-1
Expected Behavior
I can define a PipelineRun with only a Tasks timeout, and no Pipeline timeout, by using timeouts.tasks = some amount of time and timeouts.pipeline = 0 (which corresponds to no timeout).
Actual Behavior
Error from server (BadRequest): error when creating "timeouts/sleep-pipeline.yaml": admission webhook "validation.webhook.pipeline.tekton.dev" denied the request: validation failed: invalid value: 1m0s should be <= pipeline duration: spec.timeouts.tasks
Additional Info
Kubernetes version:
Output of kubectl version:
The text was updated successfully, but these errors were encountered: