Re: Flink operator - ignore ssl cert validation

2022-06-25 Thread calvin beloy
o you mean the HttpArtifactFetcher could not support HTTPS? cc @Aitozi  Best,Yang calvin beloy 于2022年6月22日周三 22:10写道: Sorry typo "jarring" should be "jar url". Sent from Yahoo Mail on Android On Wed, Jun 22, 2022 at 10:07 AM, calvin beloy wrote: Hi, We are using

Re: Flink Operator - Support for k8s HA jobmanager

2022-06-25 Thread calvin beloy
r them all. Best,Yang Őrhidi Mátyás 于2022年6月23日周四 04:34写道: I guess the problem here is that your JM pods do not have access to a common upload folder. You need to mount a shared volume for all the JobManagers and point to it using the  'web.upload.dir: property. On Wed, Jun 22, 2022 at 8:45

Flink Operator - Support for k8s HA jobmanager

2022-06-22 Thread calvin beloy
Hi, Trying to deploy FlinkSessionJob with Flink Operator on HA enabled Jobmanager (2 replicas) but getting below error. Changing job manager replica to 1 is working fine. Is this a bug on Flink Operator that needs to support 2 Jobmanagers on HA mode? at org.apache.flink.kubernetes.operator

Re: Flink operator - ignore ssl cert validation

2022-06-22 Thread calvin beloy
Sorry typo "jarring" should be "jar url". Sent from Yahoo Mail on Android On Wed, Jun 22, 2022 at 10:07 AM, calvin beloy wrote: Hi, We are using Flink Operator to deploy FlinkSessionJob. The jarring is pointing to our private internal repo which is using self signed

Flink operator - ignore ssl cert validation

2022-06-22 Thread calvin beloy
Hi, We are using Flink Operator to deploy FlinkSessionJob. The jarring is pointing to our private internal repo which is using self signed ssl cert. What's the easiest way for the operator to ignore ssl cert validation?  Thanks,Calvin Sent from Yahoo Mail on Android