Re: Problem running Spark on Kubernetes: Certificate error

2018-12-20 Thread Steven Stetzler
t > spark.kubernetes.authenticate.driver.caCertFile > to the path of your CA certificate on your local disk, spark-submit will > create a secret that contains that certificate file and use that > certificate to configure TLS for the driver pod’s communication with the > API server.

Re: Problem running Spark on Kubernetes: Certificate error

2018-12-13 Thread Matt Cheah
icate it’s using for that communication. If there’s a fix that needs to happen in Spark, feel free to indicate as such. -Matt Cheah From: Steven Stetzler Date: Thursday, December 13, 2018 at 1:49 PM To: "user@spark.apache.org" Subject: Problem running Spark on Kubernetes: Ce

Problem running Spark on Kubernetes: Certificate error

2018-12-13 Thread Steven Stetzler
Hello, I am following the tutorial here ( https://spark.apache.org/docs/latest/running-on-kubernetes.html) to get spark running on a Kubernetes cluster. My Kubernetes cluster is hosted with Digital Ocean's kubernetes cluster manager. I have change the KUBECONFIG environment variable to point to my