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/docs/production/install.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ id: install
3
3
title: Installing Raptor Core
4
4
sidebar_position: 1
5
5
---
6
+
6
7
:::tip
7
8
**Raptor installation is not required for training purposes**.
8
9
@@ -94,6 +95,7 @@ The configuration parameters below can be used to customize Raptor deployments:
94
95
| `--kubeconfig` | `KUBECONFIG` | `string` | Paths to a kubeconfig. Only required if out-of-cluster. |
95
96
| `--leader-elect` | `LEADER_ELECT` | `bool` | Enable leader election for controller manager.Enabling this will ensure there is only one active controller manager. |
96
97
| `--metrics-bind-address` | `METRICS_BIND_ADDRESS` | `string` | The address the metric endpoint binds to. (default ":8080") |
98
+
| `--metrics-secure-serving` | `METRICS_SECURE_SERVING` | `bool` | Enable serving the metrics over HTTPS. (default true) |
97
99
| `--no-webhooks` | `NO_WEBHOOKS` | `bool` | Setting this flag will disable the K8s API webhook. |
| `--production` | `PRODUCTION` | `bool` | Set as production (default true) |
@@ -111,10 +113,9 @@ The configuration parameters below can be used to customize Raptor deployments:
111
113
| `--state-provider` | `STATE_PROVIDER` | `string` | The state provider. (default "redis") |
112
114
| `--usage-reporting` | `USAGE_REPORTING` | `bool` | Allow us to anonymously report usage statistics to improve Raptor 🪄 (default true) |
113
115
| `--usage-reporting-uid` | `USAGE_REPORTING_UID` | `string` | Usage reporting Unique Identifier. You can use this to set a unique identifier for your cluster. |
114
-
| `--watch-namespaces` | `WATCH_NAMESPACES` | `stringArray` | Enable namespace-level only by specify a list of namespaces that the operator is watching. If not specify, the operator will run on cluster level. |
115
116
| `--zap-devel` | `ZAP_DEVEL` | `bool` | Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error) |
116
117
| `--zap-encoder` | `ZAP_ENCODER` | `encoder` | Zap log encoding (one of 'json' or 'console') |
117
-
| `--zap-log-level` | `ZAP_LOG_LEVEL` | `level` | Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity |
118
+
| `--zap-log-level` | `ZAP_LOG_LEVEL` | `level` | Zap Level to configure the verbosity of logging. Can be one of <br/>'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity |
118
119
| `--zap-stacktrace-level` | `ZAP_STACKTRACE_LEVEL` | `level` | Zap Level at and above which stacktraces are captured (one of 'info', 'error', 'panic'). |
119
120
| `--zap-time-encoding` | `ZAP_TIME_ENCODING` | `timeEncoding` | Zap time encoding (one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'). Defaults to 'epoch'. |
120
121
@@ -130,6 +131,7 @@ The configuration parameters below can be used to customize Raptor deployments:
130
131
| `--kubeconfig` | `KUBECONFIG` | string | Paths to a kubeconfig. Only required if out-of-cluster. |
131
132
| `--leader-elect` | `LEADER_ELECT` | bool | Enable leader election for controller manager.Enabling this will ensure there is only one active controller manager. |
132
133
| `--metrics-bind-address` | `METRICS_BIND_ADDRESS` | string | The address the metric endpoint binds to. (default ":8080") |
134
+
| `--metrics-secure-serving` | `METRICS_SECURE_SERVING` | bool | Enable serving the metrics over HTTPS. (default true) |
0 commit comments