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
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/cache.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,30 @@ File options:
61
61
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
62
62
to provide multiple additional release files.
63
63
64
+
-f, --operator-values <VALUES_FILE>
65
+
Path to a Helm values file that will be used for the installation of operators
66
+
67
+
The file is a YAML file containing Helm values used to deploy operators. It
68
+
supports a 'common' key for values shared across all operators, as well as
69
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
70
+
values that only apply to a single operator. Operator-specific values are
71
+
merged with common values, with operator-specific values taking precedence.
72
+
73
+
Example values file:
74
+
75
+
common:
76
+
tolerations:
77
+
- key: "example"
78
+
operator: "Exists"
79
+
effect: "NoSchedule"
80
+
airflow-operator:
81
+
replicas: 2
82
+
zookeeper-operator:
83
+
replicas: 3
84
+
85
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
86
+
values file.
87
+
64
88
Helm repository options:
65
89
--helm-repo-stable <URL>
66
90
Provide a custom Helm stable repository URL
@@ -90,6 +114,8 @@ Operator specific configurations:
90
114
--listener-class-preset <LISTENER_CLASS_PRESET>
91
115
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
92
116
117
+
This takes precedence over values provided via the '-f/--operator-values' flag.
118
+
93
119
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/completions.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,30 @@ File options:
64
64
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
65
65
to provide multiple additional release files.
66
66
67
+
-f, --operator-values <VALUES_FILE>
68
+
Path to a Helm values file that will be used for the installation of operators
69
+
70
+
The file is a YAML file containing Helm values used to deploy operators. It
71
+
supports a 'common' key for values shared across all operators, as well as
72
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
73
+
values that only apply to a single operator. Operator-specific values are
74
+
merged with common values, with operator-specific values taking precedence.
75
+
76
+
Example values file:
77
+
78
+
common:
79
+
tolerations:
80
+
- key: "example"
81
+
operator: "Exists"
82
+
effect: "NoSchedule"
83
+
airflow-operator:
84
+
replicas: 2
85
+
zookeeper-operator:
86
+
replicas: 3
87
+
88
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
89
+
values file.
90
+
67
91
Helm repository options:
68
92
--helm-repo-stable <URL>
69
93
Provide a custom Helm stable repository URL
@@ -93,6 +117,8 @@ Operator specific configurations:
93
117
--listener-class-preset <LISTENER_CLASS_PRESET>
94
118
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95
119
120
+
This takes precedence over values provided via the '-f/--operator-values' flag.
121
+
96
122
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/demo.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,30 @@ File options:
65
65
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
66
66
to provide multiple additional release files.
67
67
68
+
-f, --operator-values <VALUES_FILE>
69
+
Path to a Helm values file that will be used for the installation of operators
70
+
71
+
The file is a YAML file containing Helm values used to deploy operators. It
72
+
supports a 'common' key for values shared across all operators, as well as
73
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
74
+
values that only apply to a single operator. Operator-specific values are
75
+
merged with common values, with operator-specific values taking precedence.
76
+
77
+
Example values file:
78
+
79
+
common:
80
+
tolerations:
81
+
- key: "example"
82
+
operator: "Exists"
83
+
effect: "NoSchedule"
84
+
airflow-operator:
85
+
replicas: 2
86
+
zookeeper-operator:
87
+
replicas: 3
88
+
89
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
90
+
values file.
91
+
68
92
Helm repository options:
69
93
--helm-repo-stable <URL>
70
94
Provide a custom Helm stable repository URL
@@ -94,6 +118,8 @@ Operator specific configurations:
94
118
--listener-class-preset <LISTENER_CLASS_PRESET>
95
119
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
96
120
121
+
This takes precedence over values provided via the '-f/--operator-values' flag.
122
+
97
123
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/experimental-debug.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,30 @@ File options:
78
78
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
79
79
to provide multiple additional release files.
80
80
81
+
-f, --operator-values <VALUES_FILE>
82
+
Path to a Helm values file that will be used for the installation of operators
83
+
84
+
The file is a YAML file containing Helm values used to deploy operators. It
85
+
supports a 'common' key for values shared across all operators, as well as
86
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
87
+
values that only apply to a single operator. Operator-specific values are
88
+
merged with common values, with operator-specific values taking precedence.
89
+
90
+
Example values file:
91
+
92
+
common:
93
+
tolerations:
94
+
- key: "example"
95
+
operator: "Exists"
96
+
effect: "NoSchedule"
97
+
airflow-operator:
98
+
replicas: 2
99
+
zookeeper-operator:
100
+
replicas: 3
101
+
102
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
103
+
values file.
104
+
81
105
Helm repository options:
82
106
--helm-repo-stable <URL>
83
107
Provide a custom Helm stable repository URL
@@ -107,6 +131,8 @@ Operator specific configurations:
107
131
--listener-class-preset <LISTENER_CLASS_PRESET>
108
132
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
109
133
134
+
This takes precedence over values provided via the '-f/--operator-values' flag.
135
+
110
136
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/index.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,30 @@ File options:
68
68
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
69
69
to provide multiple additional release files.
70
70
71
+
-f, --operator-values <VALUES_FILE>
72
+
Path to a Helm values file that will be used for the installation of operators
73
+
74
+
The file is a YAML file containing Helm values used to deploy operators. It
75
+
supports a 'common' key for values shared across all operators, as well as
76
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
77
+
values that only apply to a single operator. Operator-specific values are
78
+
merged with common values, with operator-specific values taking precedence.
79
+
80
+
Example values file:
81
+
82
+
common:
83
+
tolerations:
84
+
- key: "example"
85
+
operator: "Exists"
86
+
effect: "NoSchedule"
87
+
airflow-operator:
88
+
replicas: 2
89
+
zookeeper-operator:
90
+
replicas: 3
91
+
92
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
93
+
values file.
94
+
71
95
Helm repository options:
72
96
--helm-repo-stable <URL>
73
97
Provide a custom Helm stable repository URL
@@ -97,6 +121,8 @@ Operator specific configurations:
97
121
--listener-class-preset <LISTENER_CLASS_PRESET>
98
122
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
99
123
124
+
This takes precedence over values provided via the '-f/--operator-values' flag.
125
+
100
126
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/operator.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,30 @@ File options:
64
64
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
65
65
to provide multiple additional release files.
66
66
67
+
-f, --operator-values <VALUES_FILE>
68
+
Path to a Helm values file that will be used for the installation of operators
69
+
70
+
The file is a YAML file containing Helm values used to deploy operators. It
71
+
supports a 'common' key for values shared across all operators, as well as
72
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
73
+
values that only apply to a single operator. Operator-specific values are
74
+
merged with common values, with operator-specific values taking precedence.
75
+
76
+
Example values file:
77
+
78
+
common:
79
+
tolerations:
80
+
- key: "example"
81
+
operator: "Exists"
82
+
effect: "NoSchedule"
83
+
airflow-operator:
84
+
replicas: 2
85
+
zookeeper-operator:
86
+
replicas: 3
87
+
88
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
89
+
values file.
90
+
67
91
Helm repository options:
68
92
--helm-repo-stable <URL>
69
93
Provide a custom Helm stable repository URL
@@ -93,6 +117,8 @@ Operator specific configurations:
93
117
--listener-class-preset <LISTENER_CLASS_PRESET>
94
118
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95
119
120
+
This takes precedence over values provided via the '-f/--operator-values' flag.
121
+
96
122
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/release.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,30 @@ File options:
64
64
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
65
65
to provide multiple additional release files.
66
66
67
+
-f, --operator-values <VALUES_FILE>
68
+
Path to a Helm values file that will be used for the installation of operators
69
+
70
+
The file is a YAML file containing Helm values used to deploy operators. It
71
+
supports a 'common' key for values shared across all operators, as well as
72
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
73
+
values that only apply to a single operator. Operator-specific values are
74
+
merged with common values, with operator-specific values taking precedence.
75
+
76
+
Example values file:
77
+
78
+
common:
79
+
tolerations:
80
+
- key: "example"
81
+
operator: "Exists"
82
+
effect: "NoSchedule"
83
+
airflow-operator:
84
+
replicas: 2
85
+
zookeeper-operator:
86
+
replicas: 3
87
+
88
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
89
+
values file.
90
+
67
91
Helm repository options:
68
92
--helm-repo-stable <URL>
69
93
Provide a custom Helm stable repository URL
@@ -93,6 +117,8 @@ Operator specific configurations:
93
117
--listener-class-preset <LISTENER_CLASS_PRESET>
94
118
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95
119
120
+
This takes precedence over values provided via the '-f/--operator-values' flag.
121
+
96
122
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/stack.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,30 @@ File options:
65
65
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
66
66
to provide multiple additional release files.
67
67
68
+
-f, --operator-values <VALUES_FILE>
69
+
Path to a Helm values file that will be used for the installation of operators
70
+
71
+
The file is a YAML file containing Helm values used to deploy operators. It
72
+
supports a 'common' key for values shared across all operators, as well as
73
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
74
+
values that only apply to a single operator. Operator-specific values are
75
+
merged with common values, with operator-specific values taking precedence.
76
+
77
+
Example values file:
78
+
79
+
common:
80
+
tolerations:
81
+
- key: "example"
82
+
operator: "Exists"
83
+
effect: "NoSchedule"
84
+
airflow-operator:
85
+
replicas: 2
86
+
zookeeper-operator:
87
+
replicas: 3
88
+
89
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
90
+
values file.
91
+
68
92
Helm repository options:
69
93
--helm-repo-stable <URL>
70
94
Provide a custom Helm stable repository URL
@@ -94,6 +118,8 @@ Operator specific configurations:
94
118
--listener-class-preset <LISTENER_CLASS_PRESET>
95
119
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
96
120
121
+
This takes precedence over values provided via the '-f/--operator-values' flag.
122
+
97
123
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/stacklet.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,30 @@ File options:
66
66
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
67
67
to provide multiple additional release files.
68
68
69
+
-f, --operator-values <VALUES_FILE>
70
+
Path to a Helm values file that will be used for the installation of operators
71
+
72
+
The file is a YAML file containing Helm values used to deploy operators. It
73
+
supports a 'common' key for values shared across all operators, as well as
74
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
75
+
values that only apply to a single operator. Operator-specific values are
76
+
merged with common values, with operator-specific values taking precedence.
77
+
78
+
Example values file:
79
+
80
+
common:
81
+
tolerations:
82
+
- key: "example"
83
+
operator: "Exists"
84
+
effect: "NoSchedule"
85
+
airflow-operator:
86
+
replicas: 2
87
+
zookeeper-operator:
88
+
replicas: 3
89
+
90
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
91
+
values file.
92
+
69
93
Helm repository options:
70
94
--helm-repo-stable <URL>
71
95
Provide a custom Helm stable repository URL
@@ -95,6 +119,8 @@ Operator specific configurations:
95
119
--listener-class-preset <LISTENER_CLASS_PRESET>
96
120
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
97
121
122
+
This takes precedence over values provided via the '-f/--operator-values' flag.
123
+
98
124
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.
Copy file name to clipboardExpand all lines: docs/modules/stackablectl/partials/commands/version.adoc
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,30 @@ File options:
60
60
Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml"
61
61
to provide multiple additional release files.
62
62
63
+
-f, --operator-values <VALUES_FILE>
64
+
Path to a Helm values file that will be used for the installation of operators
65
+
66
+
The file is a YAML file containing Helm values used to deploy operators. It
67
+
supports a 'common' key for values shared across all operators, as well as
68
+
operator-specific keys (e.g. 'airflow-operator', 'zookeeper-operator') for
69
+
values that only apply to a single operator. Operator-specific values are
70
+
merged with common values, with operator-specific values taking precedence.
71
+
72
+
Example values file:
73
+
74
+
common:
75
+
tolerations:
76
+
- key: "example"
77
+
operator: "Exists"
78
+
effect: "NoSchedule"
79
+
airflow-operator:
80
+
replicas: 2
81
+
zookeeper-operator:
82
+
replicas: 3
83
+
84
+
Use "stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml" to provide a
85
+
values file.
86
+
63
87
Helm repository options:
64
88
--helm-repo-stable <URL>
65
89
Provide a custom Helm stable repository URL
@@ -89,6 +113,8 @@ Operator specific configurations:
89
113
--listener-class-preset <LISTENER_CLASS_PRESET>
90
114
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
91
115
116
+
This takes precedence over values provided via the '-f/--operator-values' flag.
117
+
92
118
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.
0 commit comments