Closed jicowan closed 6 years ago
I noticed that the user is system:anonymous
. Is that expected?
I don't know. I'm logged in as a user - the kubernetes admin - that has all the necessary permissions to create the objects. Does spark-submit run under a different security context?
I had to pass in in the k8s API token (Oauth).
When running the following command:
I get the following errors:
I have confirmed that my account has the ability to list, edit, create, and delete pods in the default namespace. I also created a service account for spark. I do not have the ability to run this under kubectl proxy.