mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update operator docs from VictoriaMetrics/operator@5fd7d6e (#6845)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
37654e0604
commit
a82dda1d18
3 changed files with 8 additions and 4 deletions
|
@ -11,6 +11,9 @@ aliases:
|
|||
- /operator/changelog/index.html
|
||||
---
|
||||
|
||||
- fixed Prometheus scrape config metricsPath conversion. See [this issue](https://github.com/VictoriaMetrics/operator/issues/1073)
|
||||
- [config-reloader](https://docs.victoriametrics.com/operator/): Added `reload` prefix to all config-reloader `tls*` flags to avoid collision with flags from external package. See [this issue](https://github.com/VictoriaMetrics/operator/issues/1072)
|
||||
|
||||
## [v0.47.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.47.0) - 15 Aug 2024
|
||||
|
||||
### Breaking changes
|
||||
|
@ -1393,7 +1396,7 @@ aliases:
|
|||
|
||||
### Features
|
||||
|
||||
- Adds additional service for all components, its useful for service exposition <https://github.com/VictoriaMetrics/operator/issues/163> thanks [@TinySong](https://github.com/TinySong)
|
||||
- Adds additional service for all components, its useful for service exposition. See [this issue](https://github.com/VictoriaMetrics/operator/issues/163).
|
||||
|
||||
### Fixes
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Also in [the same directory](https://github.com/VictoriaMetrics/operator/tree/ma
|
|||
- file `<RESOURCE_NAME>_viewer_role.yaml` - permissions for viewing (`get`, `list` and `watch`) some resource of vmoperator.
|
||||
- file `<RESOURCE_NAME>_editor_role.yaml` - permissions for editing (`create`, `delete`, `patch`, `update` and `deletecollection`) some resource of vmoperator (also includes viewing permissions).
|
||||
|
||||
For instance, [`vmalert_editor_role.yaml` file](https://github.com/VictoriaMetrics/operator/blob/master/config/rbac/vmalert_editor_role.yaml) contain permission
|
||||
For instance, [`vmalert_editor_role.yaml` file](https://github.com/VictoriaMetrics/operator/blob/master/config/rbac/operator_vmalert_editor_role.yaml) contain permission
|
||||
for editing [`vmagent` custom resources](https://docs.victoriametrics.com/operator/resources/vmagent).
|
||||
|
||||
<!-- TODO: service accounts / role bindings? -->
|
||||
|
|
|
@ -21,7 +21,7 @@ For installing VictoriaMetrics operator with helm-chart follow the instructions
|
|||
([this](https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-operator/README.md)
|
||||
or [this](https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-k8s-stack/README.md)).
|
||||
|
||||
in addition, you can use [quickstart guide](https://docs.victoriametrics.com/operator/quick-start) for
|
||||
in addition, you can use [quickstart guide](https://docs.victoriametrics.com/operator/quick-start) for
|
||||
installing VictoriaMetrics operator with helm-chart.
|
||||
|
||||
## Installing by Manifest
|
||||
|
@ -76,7 +76,8 @@ resources:
|
|||
namespace: ${NAMESPACE}
|
||||
|
||||
images:
|
||||
- name: victoriametrics/operator
|
||||
- name: manager
|
||||
newName: victoriametrics/operator
|
||||
newTag: ${VM_VERSION}
|
||||
EOF
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue