Prashant Sharma

Results 40 comments of Prashant Sharma

Hello folks, I am just trying to catch up with all the updates and might have missed some. Do we ensure that a custom task treats that timeout is for...

@Tomcli brain-storming ideas here. An alternative to field `storage`. ```go // TaskResult used to describe the results of a task type TaskResult struct { // Name the given name Name...

An example Yaml will look like: ```yaml --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: shared-task-storage spec: resources: requests: storage: 32M volumeMode: Filesystem accessModes: - ReadWriteOnce --- apiVersion: tekton.dev/v1beta1 kind: Task...

@lbernick , Thank you for taking a look. ResultWorkspace, is a workspace used by tekton to store the results, when they are large. Since this is an opt-in feature, i.e....

The reason I stepped back on the pipeline run controller managing retries is, it gives more freedom to the custom tasks how exactly they want to approach retries. In reality,...

Hi @rohanpednekar , I am interested to work on or may be try out beta/alpha for prestissimo - please let me know how can I get involved !

Hi Nick @njhill , does this issue include changing package names in proto files from "com.ibm.watson" to may be "io.kserve" ?

@Giles-Billenness You are welcome, to work on it! /assign @Giles-Billenness