Fredrick
10/14/2022, 4:54 PMscratch-volume
does not get added to the flyte containers.
apiVersion: v1
kind: PodTemplate
metadata:
name: flyte-pod-template
namespace: flyte
template:
metadata:
labels:
app: flyte
spec:
containers:
- name: default
image: <http://docker.io/rwgrim/docker-noop|docker.io/rwgrim/docker-noop>
volumeMounts:
- mountPath: /scratch
name: scratch-volume
volumes:
- name: scratch-volume
emptyDir: {}
Dan Rammer (hamersaw)
10/14/2022, 4:57 PMFredrick
10/14/2022, 5:06 PMv1.1.8
i ll upgrade and see if it worksDan Rammer (hamersaw)
10/14/2022, 5:11 PM