Anand Swaminathan

Results 40 comments of Anand Swaminathan

@gdasbach Correct me if I am wrong, `securityContext ` can be only applied to pods right? The Flink operator only interacts with deployment objects. In this case you will have...

@kelly-sm I feel we can proceed with option (1). cc @mwylde @glaksh100

Hi, Today, the operator only supports updates to an application by taking a savepoint. We will need to make some changes to the state machine in the operator to support...

@tweise @prkadalb We can definitely find a way to indicate that. Also I believe there is a small bug with respect to deletion of `Finished` jobs as well. What do...

@pzou1974 This is already available. You can provide comma separated value for namespaces - https://github.com/lyft/flinkk8soperator/blob/v0.4.0/pkg/controller/config/config.go#L16

@lydian Default is all namespaces.

@RohitR1 This is just an edge case problem with the example I believe. The example we have is a batch job, and I think it finished. Can you check the...

@andrewgdavis This is the default setting. We try to savepoint the job before bringing the cluster down. Please set the `deleteMode` to `None` if you want deletion to go through...

@andrewgdavis I missed the last line in your issue. We already have it. You can configure by setting here: https://github.com/lyft/flinkk8soperator/blob/master/pkg/controller/config/config.go#L26