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-
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
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
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/
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)
>
>