Re: Fabric8 does not support EC keys

2021-11-17 Thread Nicolás Ferrario
Hi Yang, after looking at the source code I tried this other env and this time it worked! It's not failing because of a missing jar but I can add it manually. *export KUBERNETES_CERTS_CLIENT_KEY_ALGO=EC* [ec2-user@ip-10-150-120-176 ~]$ export KUBERNETES_CERTS_CLIENT_KEY_ALGO=EC > > [ec2-user@ip-

Re: Fabric8 does not support EC keys

2021-11-16 Thread Yang Wang
If you are using the following command to submit the job, I am afraid the dynamic properties could not take effect on the client side. /flink-1.14.0/bin/flink run-application ... -D kubernetes.certs.client.key.algo=EC Could you please export the environment KUBERNETES_CLIENT_KEY_ALGO_SYSTEM_PROPE

Re: Fabric8 does not support EC keys

2021-11-15 Thread Nicolás Ferrario
Hi Yang, I tried that and *-Dkubernetes.certs.client.key.algo=EC* ( https://github.com/fabric8io/kubernetes-client/blob/278ca235dc4ab5653e82dbe2960004ab62f021e4/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java#L79) but none seems to work :( I'm launching flink with this: /f

Re: Fabric8 does not support EC keys

2021-11-14 Thread Yang Wang
It seems that "EC"[1] is already supported in Kubernetes client v5.5.0. However, the default value is "RSA". Could you please export the following environment first and have a try again? export KUBERNETES_CLIENT_KEY_ALGO_SYSTEM_PROPERTY=EC [1]. https://github.com/fabric8io/kubernetes-client/blob/

Fabric8 does not support EC keys

2021-11-12 Thread Nicolás Ferrario
Hi all, I am trying to run Flink on a K3s cluster and I'm getting this exception: io.fabric8.kubernetes.client.KubernetesClientException: An error has > occurred. > > at > io.fabric8.kubernetes.client.KubernetesClientException.launderThrowable(KubernetesClientException.java:64) > >