Skip to content

Commit 95056c0

Browse files
authored
Merge pull request #27 from AlmogBaku/refactor/docs-narrative
Refactor/docs narrative
2 parents 2ba0db3 + eb57e96 commit 95056c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docs/production/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: install
33
title: Installing Raptor Core
44
sidebar_position: 1
55
---
6+
67
:::tip
78
**Raptor installation is not required for training purposes**.
89

@@ -94,6 +95,7 @@ The configuration parameters below can be used to customize Raptor deployments:
9495
| `--kubeconfig` | `KUBECONFIG` | `string` | Paths to a kubeconfig. Only required if out-of-cluster. |
9596
| `--leader-elect` | `LEADER_ELECT` | `bool` | Enable leader election for controller manager.Enabling this will ensure there is only one active controller manager. |
9697
| `--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) |
9799
| `--no-webhooks` | `NO_WEBHOOKS` | `bool` | Setting this flag will disable the K8s API webhook. |
98100
| `--notifier-provider` | `NOTIFIER_PROVIDER` | `string` | The notifier provider. (default "redis") |
99101
| `--production` | `PRODUCTION` | `bool` | Set as production (default true) |
@@ -111,10 +113,9 @@ The configuration parameters below can be used to customize Raptor deployments:
111113
| `--state-provider` | `STATE_PROVIDER` | `string` | The state provider. (default "redis") |
112114
| `--usage-reporting` | `USAGE_REPORTING` | `bool` | Allow us to anonymously report usage statistics to improve Raptor 🪄 (default true) |
113115
| `--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. |
115116
| `--zap-devel` | `ZAP_DEVEL` | `bool` | Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error) |
116117
| `--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 |
118119
| `--zap-stacktrace-level` | `ZAP_STACKTRACE_LEVEL` | `level` | Zap Level at and above which stacktraces are captured (one of 'info', 'error', 'panic'). |
119120
| `--zap-time-encoding` | `ZAP_TIME_ENCODING` | `timeEncoding` | Zap time encoding (one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'). Defaults to 'epoch'. |
120121

@@ -130,6 +131,7 @@ The configuration parameters below can be used to customize Raptor deployments:
130131
| `--kubeconfig` | `KUBECONFIG` | string | Paths to a kubeconfig. Only required if out-of-cluster. |
131132
| `--leader-elect` | `LEADER_ELECT` | bool | Enable leader election for controller manager.Enabling this will ensure there is only one active controller manager. |
132133
| `--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) |
133135
| `--notifier-provider` | `NOTIFIER_PROVIDER` | string | The notifier provider. (default "redis") |
134136
| `--production` | `PRODUCTION` | bool | Set as production (default true) |
135137
| `--redis` (alias `-r`) | `REDIS` | stringArray | Redis servers |

0 commit comments

Comments
 (0)