File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
deploy/helm/spark-k8s-operator
docs/modules/spark-k8s/pages/reference Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ affinity: {}
4444
4545# When running on a non-default Kubernetes cluster domain, the cluster domain can be configured here.
4646# See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details.
47- # kubernetesClusterDomain: my-cluster.local.
47+ # kubernetesClusterDomain: my-cluster.local
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This operator accepts the following environment variables:
44
55== KUBERNETES_CLUSTER_DOMAIN
66
7- *Default value*: cluster.local.
7+ *Default value*: cluster.local
88
99*Required*: false
1010
@@ -16,7 +16,7 @@ Please see the documentation xref:guides:kubernetes-cluster-domain.adoc[on confi
1616
1717[source]
1818----
19- export KUBERNETES_CLUSTER_DOMAIN=mycluster.local.
19+ export KUBERNETES_CLUSTER_DOMAIN=mycluster.local
2020cargo run -- run
2121----
2222
@@ -28,7 +28,7 @@ docker run \
2828--name spark-k8s-operator \
2929--network host \
3030--env KUBECONFIG=/home/stackable/.kube/config \
31- --env KUBERNETES_CLUSTER_DOMAIN=mycluster.local. \
31+ --env KUBERNETES_CLUSTER_DOMAIN=mycluster.local \
3232--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
3333docker.stackable.tech/stackable/spark-k8s-operator:latest
3434----
You can’t perform that action at this time.
0 commit comments