Skip to content

Commit 92b9f2e

Browse files
authored
docs: deprecation warning for the plugin (#766)
1 parent 3675207 commit 92b9f2e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@ Rendering multiple images in parallel requires an even bigger memory footprint.
2828

2929
## Installation
3030

31-
We offer two installation methods: as a plugin and as a remote service. We always recommend using the remote service if possible, as this is how we deploy the service in Grafana Cloud, and thus gets the most attention in bug handling.
31+
We offer two installation methods: as a Docker image, and as a standalone service.
3232

3333
**I deploy Grafana in Docker/Kubernetes/...:** Use the Docker image.
3434

3535
**I deploy Grafana as a user/in systemd/...:**
3636

3737
* Prefer the Docker image with `--networking=host` passed to the Docker container.
3838
* If that is not fitting, prefer the standalone server.
39-
* If that is not fitting, use the plugin.
4039

4140
### Docker image (recommended)
4241

@@ -100,6 +99,12 @@ The following example describes how to build and run the remote HTTP rendering s
10099

101100
### Plugin: Grafana CLI
102101

102+
> [!CAUTION]
103+
> The plugin installation is deprecated.
104+
> This means that there is NO SUPPORT for it.
105+
> There may not be any bug fixes or security updates; if you require this, use the other installation methods.
106+
> When this breaks, it will remain broken.
107+
103108
You can install the plugin with Grafana CLI:
104109

105110
```shell

0 commit comments

Comments
 (0)