Hi, I am having issue with writing checkpoints dat...
# troubleshooting
n
Hi, I am having issue with writing checkpoints data out to volume on k3d/k3s. I am using this example yaml file. https://github.com/apache/flink-kubernetes-operator/blob/main/examples/basic-checkpoint-ha.yaml The problem is with the "volumes" part, it complaint /tmp/flink is not a directory. If I commented "type: Directory". Then the flink app started to run but failed with the following error?
Copy code
Caused by: java.io.IOException: Failed to create directory for shared state: file:/flink-data/checkpoints/0fd46de24a2483b788f329c179239967/shared
If I access the pod
k3d-k3s-default-server-0
, I do can see the "/tmp/flink" created. Have anybody met the same issue when deploying to k3d/k3s cluster running in docker? Thanks!