Re: Hi all I'm having trouble with spinning up native Kubernetes cluster

2020-11-15 Thread Yang Wang
Since the fabric8 Kubernetes client does not build "org.bouncycastle" dependencies in the main jar, maybe we need to have the them in the classpath. Could you also put the bcpkix-jdk15on-1.67.jar in the client image, not only container(aka application) image? I think you need to build you own Flin

Hi all I'm having trouble with spinning up native Kubernetes cluster

2020-11-13 Thread Kevin Kwon
Hi guys, I'm trying out the native K8s cluster and having trouble with SSL I think. I use *k3d* as my local cluster for experiment here's how I launch my cluster k3d cluster create docker run \ -u flink:flink \ -v /Users/user/.kube:/opt/flink/.kube \ --network host \ --entry-point /bin/bash \