spark-instrumented-optimizer/resource-managers/kubernetes
foxish eed82a0b21 [SPARK-22992][K8S] Remove assumption of the DNS domain
## What changes were proposed in this pull request?

Remove the use of FQDN to access the driver because it assumes that it's set up in a DNS zone - `cluster.local` which is common but not ubiquitous
Note that we already access the in-cluster API server through `kubernetes.default.svc`, so, by extension, this should work as well.
The alternative is to introduce DNS zones for both of those addresses.

## How was this patch tested?
Unit tests

cc vanzin liyinan926 mridulm mccheah

Author: foxish <ramanathana@google.com>

Closes #20187 from foxish/cluster.local.
2018-01-08 13:01:45 -08:00
..
core [SPARK-22992][K8S] Remove assumption of the DNS domain 2018-01-08 13:01:45 -08:00
docker/src/main/dockerfiles [SPARK-22960][K8S] Revert use of ARG base_image in images 2018-01-05 17:29:27 -08:00