-
Notifications
You must be signed in to change notification settings - Fork 266
Flink Session Cluster Installation is faling #464
Comments
It like this issue: you can have an try |
We could solve the issue by creating a SAN certificate for the webhook. But after creating the custom resource for
|
@yan234280533 is there any update on this ? |
@sumchak1 I have same problem. Check the manager pod if there is no restarts or OOMKILL events. I increase requests and limits for the memory and after manager start with new resource config the cluster comes up as expected. When I execute |
@toniiiik @yan234280533 , I checked the manager logs and updated the role binding based on the error. But I can see soe error in my manager pod . can you please help me to identify what actually the issue is ? Also in
|
I am using https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/master/config/samples/flinkoperator_v1beta1_flinksessioncluster.yaml to create the
|
@yan234280533 is there any update on this ? |
@yan234280533 is there any update on this ? |
HI @mishra157, I think the community is moving to the https://github.com/spotify/flink-on-k8s-operator/ fork now (see this discussion: spotify/flink-on-k8s-operator#82) , you probably have a better chance trying with that version and, if the bug is still present, report the issue over there |
based on #356, we have tried all the mentioned steps but still the flink session cluster installation is failed.
First we tried with the below steps and it didn't helped
Again tried by editing the config-map to change the default expires days and it also didn't helped us
| openssl x509 -req -CA ca.crt -CAkey ca.key -CAcreateserial -out ${tmpdir}/server-cert.pem
| openssl x509 -days 3650 -req -CA ca.crt -CAkey ca.key -CAcreateserial -out ${tmpdir}/server-cert.pem
The text was updated successfully, but these errors were encountered: