Hi all, I am deploying a FlinkDeployment CR in an Operator watched
namespace. I have passed these configs in the flinkConfiguration:

blob.server.address: "jobmanager"
blob.server.port: "6128"
blob.storage.directory: "/tmp/jars/"

There are a couple of jars that I don't want to make part of the image. But
they should be available in /opt/flink/lib/ in all pods. I am downloading
some jars using initContainer in the JobManager pod to /tmp/jars location
and then copying them in /opt/flink/lib/
Expectation is that these jars are shipped to TM pods /tmp/jars/ (from here
we will move these jars to /opt/flink/lib/) . But jars are not coming to
the TM pod. No relevant error logs in TRACE mode also. What am I missing?


Thanks & Regards
Saransh Jain

Reply via email to