mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update operator docs from VictoriaMetrics/operator@8e6eacc
Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
parent
d8f8822fa5
commit
d36cc4e73a
7 changed files with 12 additions and 9 deletions
|
@ -12,6 +12,10 @@ aliases:
|
||||||
---
|
---
|
||||||
|
|
||||||
- [operator](https://docs.victoriametrics.com/operator/): updates default vm apps version to v1.103.0
|
- [operator](https://docs.victoriametrics.com/operator/): updates default vm apps version to v1.103.0
|
||||||
|
- [vmsingle/vlogs](https://docs.victoriametrics.com/operator/resources): makes better compatible with argo-cd by adding ownerReference to PersistentVolumeClaim. See this [issue](https://github.com/VictoriaMetrics/operator/issues/1091) for details.
|
||||||
|
- [operator](https://docs.victoriametrics.com/operator/): reduces reconcile latency. See this [commit](2a9d09d0131cc10a0f9e32f0e2e054687ada78f7) for details.
|
||||||
|
- [operator](https://docs.victoriametrics.com/operator/): reduces load on kubernetes api-server. See this commits: [commit-0](a0145b8a89dd5bb9051f8d4359b6a70c1d1a95ce), [commit-1](e2fbbd3e37146670f656d700ad0f64b2c299b0a0), [commit-2](184ba19a5f1d10dc2ac1bf018b2729f64e2a8c25).
|
||||||
|
- [operator](https://docs.victoriametrics.com/operator/): enables client cache back for `secrets` and `configmaps`. Adds new flag `-controller.disableCacheFor=seccret,configmap` to disable it if needed.
|
||||||
|
|
||||||
## [v0.47.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.47.3) - 28 Aug 2024
|
## [v0.47.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.47.3) - 28 Aug 2024
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ title: Operator
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
weight: 0
|
weight: 0
|
||||||
identifier: operator
|
|
||||||
aliases:
|
aliases:
|
||||||
- /operator/
|
- /operator/
|
||||||
- /operator/index.html
|
- /operator/index.html
|
||||||
|
|
|
@ -2813,7 +2813,7 @@ _Appears in:_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
VMAuth is the Schema for the vmauth API
|
VMAuth is the Schema for the vmauths API
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 22 KiB |
BIN
docs/operator/logo_white.webp
Normal file
BIN
docs/operator/logo_white.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -55,7 +55,7 @@ Usage example:
|
||||||
apiVersion: operator.victoriametrics.com/v1beta1
|
apiVersion: operator.victoriametrics.com/v1beta1
|
||||||
kind: VMSingle
|
kind: VMSingle
|
||||||
metadata:
|
metadata:
|
||||||
name: vmsingle-example-exrtaargs
|
name: vmsingle-example-extraargs
|
||||||
spec:
|
spec:
|
||||||
retentionPeriod: "1"
|
retentionPeriod: "1"
|
||||||
extraArgs:
|
extraArgs:
|
||||||
|
@ -73,7 +73,7 @@ Usage example:
|
||||||
```yaml
|
```yaml
|
||||||
kind: VMSingle
|
kind: VMSingle
|
||||||
metadata:
|
metadata:
|
||||||
name: vmsingle-example--extraenvs
|
name: vmsingle-example-extraenvs
|
||||||
spec:
|
spec:
|
||||||
retentionPeriod: "1"
|
retentionPeriod: "1"
|
||||||
extraEnvs:
|
extraEnvs:
|
||||||
|
|
|
@ -10,12 +10,12 @@ aliases:
|
||||||
- /operator/vars/index.html
|
- /operator/vars/index.html
|
||||||
---
|
---
|
||||||
<!-- this doc autogenerated - don't edit it manually -->
|
<!-- this doc autogenerated - don't edit it manually -->
|
||||||
updated at Mon Sep 2 21:11:44 UTC 2024
|
updated at Mon Sep 16 09:04:10 UTC 2024
|
||||||
|
|
||||||
|
|
||||||
| variable name | variable default value | variable required | variable description |
|
| variable name | variable default value | variable required | variable description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| VM_USECUSTOMCONFIGRELOADER | false | false | enables custom config reloader for vmauth and vmagent,it should speed-up config reloading process. |
|
| VM_USECUSTOMCONFIGRELOADER | false | false | enables custom config reloader for vmauth and vmagent, it should speed-up config reloading process. |
|
||||||
| VM_CONTAINERREGISTRY | - | false | container registry name prefix, e.g. docker.io |
|
| VM_CONTAINERREGISTRY | - | false | container registry name prefix, e.g. docker.io |
|
||||||
| VM_CUSTOMCONFIGRELOADERIMAGE | victoriametrics/operator:config-reloader-v0.47.2 | false | - |
|
| VM_CUSTOMCONFIGRELOADERIMAGE | victoriametrics/operator:config-reloader-v0.47.2 | false | - |
|
||||||
| VM_PSPAUTOCREATEENABLED | false | false | - |
|
| VM_PSPAUTOCREATEENABLED | false | false | - |
|
||||||
|
@ -136,5 +136,5 @@ aliases:
|
||||||
| VM_PODWAITREADYINTERVALCHECK | 5s | false | - |
|
| VM_PODWAITREADYINTERVALCHECK | 5s | false | - |
|
||||||
| VM_PODWAITREADYINITDELAY | 10s | false | - |
|
| VM_PODWAITREADYINITDELAY | 10s | false | - |
|
||||||
| VM_FORCERESYNCINTERVAL | 60s | false | configures force resync interval for VMAgent, VMAlert, VMAlertmanager and VMAuth. |
|
| VM_FORCERESYNCINTERVAL | 60s | false | configures force resync interval for VMAgent, VMAlert, VMAlertmanager and VMAuth. |
|
||||||
| VM_ENABLESTRICTSECURITY | false | false | EnableStrictSecurity will add default `securityContext` to pods and containers created by operatorDefault PodSecurityContext include:1. RunAsNonRoot: true2. RunAsUser/RunAsGroup/FSGroup: 65534'65534' refers to 'nobody' in all the used default images like alpine, busybox.If you're using customize image, please make sure '65534' is a valid uid in there or specify SecurityContext.3. FSGroupChangePolicy: &onRootMismatchIf KubeVersion>=1.20, use `FSGroupChangePolicy="onRootMismatch"` to skip the recursive permission changewhen the root of the volume already has the correct permissions4. SeccompProfile:type: RuntimeDefaultUse `RuntimeDefault` seccomp profile by default, which is defined by the container runtime,instead of using the Unconfined (seccomp disabled) mode.Default container SecurityContext include:1. AllowPrivilegeEscalation: false2. ReadOnlyRootFilesystem: true3. Capabilities:drop:- allturn off `EnableStrictSecurity` by default, see https://github.com/VictoriaMetrics/operator/issues/749 for details |
|
| VM_ENABLESTRICTSECURITY | false | false | EnableStrictSecurity will add default `securityContext` to pods and containers created by operator Default PodSecurityContext include: 1. RunAsNonRoot: true 2. RunAsUser/RunAsGroup/FSGroup: 65534 '65534' refers to 'nobody' in all the used default images like alpine, busybox. If you're using customize image, please make sure '65534' is a valid uid in there or specify SecurityContext. 3. FSGroupChangePolicy: &onRootMismatch If KubeVersion>=1.20, use `FSGroupChangePolicy="onRootMismatch"` to skip the recursive permission change when the root of the volume already has the correct permissions 4. SeccompProfile: type: RuntimeDefault Use `RuntimeDefault` seccomp profile by default, which is defined by the container runtime, instead of using the Unconfined (seccomp disabled) mode. Default container SecurityContext include: 1. AllowPrivilegeEscalation: false 2. ReadOnlyRootFilesystem: true 3. Capabilities: drop: - all turn off `EnableStrictSecurity` by default, see https://github.com/VictoriaMetrics/operator/issues/749 for details |
|
||||||
[envconfig-sum]: 4560053e758cdaf3d11170e5bf296de4
|
[envconfig-sum]: b82e81d45e7a9fe6a06ef0a77736d4c3
|
Loading…
Reference in a new issue