Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/cache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -90,6 +114,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/completions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -93,6 +117,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -94,6 +118,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -107,6 +131,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -97,6 +121,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -93,6 +117,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -93,6 +117,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -94,6 +118,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/stacklet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -95,6 +119,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
26 changes: 26 additions & 0 deletions docs/modules/stackablectl/partials/commands/version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,30 @@ File options:
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
to provide multiple additional release files.

-f, --operator-values <VALUES_FILE>
Path to a Helm values file that will be used for the installation of operators

The file is a YAML file containing Helm values used to deploy operators. It
supports a 'common' key for values shared across all operators, as well as
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
values that only apply to a single operator. Operator-specific values are
merged with common values, with operator-specific values taking precedence.

Example values file:

common:
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
tolerations:
- key: "example"
operator: "Exists"
effect: "NoSchedule"
airflow-operator:
replicas: 2
zookeeper-operator:
replicas: 3

Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
values file.

Helm repository options:
--helm-repo-stable <URL>
Provide a custom Helm stable repository URL
Expand Down Expand Up @@ -89,6 +113,8 @@ Operator specific configurations:
--listener-class-preset <LISTENER_CLASS_PRESET>
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).

This takes precedence over values provided via the '-f/--operator-values' flag.

This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.

[possible values: none, stable-nodes, ephemeral-nodes]
Expand Down
Loading
Loading