File tree Expand file tree Collapse file tree 9 files changed +28
-21
lines changed Expand file tree Collapse file tree 9 files changed +28
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Role and RoleGroup the Operator creates a **Service**.
32
32
A **ConfigMap** is created for each RoleGroup containing 3 files: `hbase-env.sh` and `hbase-site.xml` files generated
33
33
from the HbaseCluster configuration (See xref:usage-guide/index.adoc[] for more information), plus a `log4j.properties`
34
34
file used for xref:usage-guide/logging.adoc[]. The Operator creates a
35
- **xref:usage-guide /discovery.adoc[discovery ConfigMap]** for the whole HbaseCluster a which contains information on how
35
+ **xref:reference /discovery.adoc[discovery ConfigMap]** for the whole HbaseCluster a which contains information on how
36
36
to connect to the HBase cluster.
37
37
38
38
== Dependencies
Original file line number Diff line number Diff line change
1
+ = Command Line Parameters
1
2
2
- === product-config
3
+ This operator accepts the following command line parameters:
4
+
5
+ == product-config
3
6
4
7
*Default value*: `/etc/stackable/hbase-operator/config-spec/properties.yaml`
5
8
12
15
stackable-hbase-operator run --product-config /foo/bar/properties.yaml
13
16
----
14
17
15
- === watch-namespace
18
+ == watch-namespace
16
19
17
20
*Default value*: All namespaces
18
21
Original file line number Diff line number Diff line change
1
+ = CRD Reference
2
+
3
+ Find all CRD reference for the Stackable Operator for Apache HBase at: {crd-docs-base-url} /hbase-operator/{crd-docs-version} .
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ = Environment variables
1
2
2
- === PRODUCT_CONFIG
3
+ This operator accepts the following environment variables:
4
+
5
+ == PRODUCT_CONFIG
3
6
4
7
*Default value*: `/etc/stackable/hbase-operator/config-spec/properties.yaml`
5
8
@@ -25,7 +28,7 @@ docker run \
25
28
docker.stackable.tech/stackable/hbase-operator:latest
26
29
----
27
30
28
- === WATCH_NAMESPACE
31
+ == WATCH_NAMESPACE
29
32
30
33
*Default value*: All namespaces
31
34
Original file line number Diff line number Diff line change
1
+ = Reference
2
+
3
+ Consult the reference documentation section to find exhaustive information on:
4
+
5
+ * Descriptions and default values of all properties in the CRDs used by this operator in the xref:reference/crds.adoc[].
6
+ * The properties in the xref:reference/discovery.adoc[].
7
+ * The xref:reference/commandline-parameters.adoc[] and xref:reference/environment-variables.adoc[] accepted by the operator.
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Learn about xref:usage-guide/operations/pod-placement.adoc[configuring where Pod
6
6
7
7
You can observe what's happening with your HBase using xref:usage-guide/logging.adoc[logging] and xref:usage-guide/monitoring.adoc[monitoring].
8
8
9
- Connect to HBase using xref:usage-guide/phoenix.adoc[Apache Phoenix] or use the xref:usage-guide/discovery.adoc[discovery ConfigMap] to connect other products .
9
+ Connect to HBase using xref:usage-guide/phoenix.adoc[Apache Phoenix].
Original file line number Diff line number Diff line change 1
1
* xref:hbase:getting_started/index.adoc[]
2
2
** xref:hbase:getting_started/installation.adoc[]
3
3
** xref:hbase:getting_started/first_steps.adoc[]
4
- * xref:hbase:configuration.adoc[]
5
4
* xref:hbase:usage-guide/index.adoc[]
6
5
** xref:hbase:usage-guide/listenerclass.adoc[]
7
6
** xref:hbase:usage-guide/resource-requests.adoc[]
8
7
** xref:hbase:usage-guide/phoenix.adoc[]
9
8
** xref:hbase:usage-guide/compression.adoc[]
10
- ** xref:hbase:usage-guide/discovery.adoc[]
11
9
** xref:hbase:usage-guide/logging.adoc[]
12
10
** xref:hbase:usage-guide/monitoring.adoc[]
13
11
** xref:hbase:usage-guide/overrides.adoc[]
16
14
*** xref:hbase:usage-guide/operations/pod-placement.adoc[]
17
15
*** xref:hbase:usage-guide/operations/pod-disruptions.adoc[]
18
16
*** xref:hbase:usage-guide/operations/graceful-shutdown.adoc[]
17
+ * xref:hbase:reference/index.adoc[]
18
+ ** xref:hbase:reference/crds.adoc[]
19
+ *** {crd-docs}/hbase.stackable.tech/hbasecluster/v1alpha1/[HbaseCluster {external-link-icon}^]
20
+ ** xref:hbase:reference/discovery.adoc[]
21
+ ** xref:hbase:reference/commandline-parameters.adoc[]
22
+ ** xref:hbase:reference/environment-variables.adoc[]
You can’t perform that action at this time.
0 commit comments