Anand Swaminathan

Results 40 comments of Anand Swaminathan

Oh interesting, it is not possible to do that from the spec. You will have to implement - [mutating admission controller webhook](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/) on your end to accomplish that.

@lucaspg96 I believe you are hitting the issue where we have made a backward incompatible change to the CRD. Can you run the latest release - `v0.4.0`. Please make sure...

@lucaspg96 At this moment. Everything looks good from Operator. There is an issue with your application. Check this ``` {"json":{"app_name":"ocr-data-producer","ns":"develop","phase":"Savepointing"},"level":"info","msg":"Logged Warning event: SavepointFailed: Failed to take savepoint for job e19cc109c6833d123f5435ea938ef7ab:...

@lucaspg96 At the moment Flinkk8soperator will always try to savepoint during updates.

@lucaspg96 The application resource status, task manager/Job manager logs should have the reason for the Savepoint failure/stuck.

Thanks for suggestion. Adding liveness and readiness probe should be easy. We currently have readiness probe for the Jobmanager. This was needed in older versions of Flink (in HA mode),...

@dhkumar-mdsol CLA check please

@maghamravi Can you take a 👀 as well ?

@aleksandr-spb Can you share more information on the difficulties? Is `metrics.reporter.prom.class: org.apache.flink.metrics.prometheus.PrometheusReporter` not working? Correct me if my understanding is incorrect. Based on doc- https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/: the `ports` is primarily informational....

@aleksandr-spb @srleyva For (1) I think we can think of adding "additionalServicePorts" either in CRD, or operator config that can be propagated to the service. For (2) Just to understand...