Skip to content

Comments

[SPARK-30371][K8S] Add spark.kubernetes.driver.master conf#736

Merged
rshkv merged 1 commit intopalantir:masterfrom
ayuan37:ay/30371
Feb 22, 2021
Merged

[SPARK-30371][K8S] Add spark.kubernetes.driver.master conf#736
rshkv merged 1 commit intopalantir:masterfrom
ayuan37:ay/30371

Conversation

@ayuan37
Copy link

@ayuan37 ayuan37 commented Feb 22, 2021

What changes were proposed in this pull request?

make KUBERNETES_MASTER_INTERNAL_URL configurable

Why are the changes needed?

we do not always use the default port number 443 to access our kube-apiserver, and even in some mulit-tenant cluster, people do not use the service kubernetes.default.svc to access the kube-apiserver, so make the internal master configurable is necessary。

Does this PR introduce any user-facing change?

user can configure the internal master url by

--conf spark.kubernetes.internal.master=https://kubernetes.default.svc:6443

How was this patch tested?

run in multi-cluster that do not use the https://kubernetes.default.svc to access the kube-apiserver

Closes apache#27029 from wackxu/internalmaster.

Authored-by: xushiwei 00425595 xushiwei5@huawei.com
Signed-off-by: Dongjoon Hyun dhyun@apple.com

Upstream SPARK-XXXXX ticket and PR link (if not applicable, explain)

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Please review http://spark.apache.org/contributing.html before opening a pull request.

### What changes were proposed in this pull request?

make KUBERNETES_MASTER_INTERNAL_URL configurable

### Why are the changes needed?

we do not always use the default port number 443 to access our kube-apiserver, and even in some mulit-tenant cluster,  people do not use the service `kubernetes.default.svc` to access the kube-apiserver, so make the internal master configurable is necessary。

### Does this PR introduce any user-facing change?

user can configure the internal master url by
```
--conf spark.kubernetes.internal.master=https://kubernetes.default.svc:6443
```

### How was this patch tested?

run in multi-cluster that do not use the https://kubernetes.default.svc to access the kube-apiserver

Closes apache#27029 from wackxu/internalmaster.

Authored-by: xushiwei 00425595 <xushiwei5@huawei.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@palantirtech
Copy link
Member

Thanks for your interest in palantir/spark, @ayuan37! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

Copy link

@rshkv rshkv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exact cherry-pick. Assuming correct if tests pass. Thank you @ayuan37.

@rshkv rshkv merged commit cb4291d into palantir:master Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants