You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This operator accepts the following environment variables:
4
+
5
+
== CSI_ENDPOINT
6
+
7
+
*Required*: true
8
+
9
+
*Multiple values*: false
10
+
11
+
The path to the https://github.com/container-storage-interface/spec/blob/master/spec.md[Container Storage Interface] Unix Domain Socket
12
+
that the operator should listen on.
13
+
14
+
[source]
15
+
----
16
+
export CSI_ENDPOINT=unix:///csi.sock
17
+
cargo run -- run
18
+
----
19
+
20
+
== KUBERNETES_CLUSTER_DOMAIN
21
+
22
+
*Default value*: cluster.local
23
+
24
+
*Required*: false
25
+
26
+
*Multiple values*: false
27
+
28
+
This instructs the operator, which value it should use for the Kubernetes `clusterDomain` setting.
29
+
Make sure to keep this in sync with whatever setting your cluster uses.
30
+
Please see the documentation xref:guides:kubernetes-cluster-domain.adoc[on configuring the Kubernetes cluster domain] for more information on this feature.
0 commit comments