vthurimella

Results 3 comments of vthurimella

My use case involves scientific workflows with AI components. We use Knative as a dynamic resource allocator across a shared cluster. Our Knative tasks generate files that must be written...

Thank you for considering this feature request! I understand that adding hostPath support might not be feasible for the main project due to various constraints or design considerations. If it's...

@rhuss > @vthurimella looks for `kubernetes.podspec-persistent-volume-claim` in the source, starting from `pkg/apis/config/features.go` and follow its usage trail. You should be able to implement `hostPath` in a similar way. Thank you...