Fixed typos in code blocks and added missing icons (#15555)
Satyadeep Ashwathnarayana committed
Jul 26, 2023 at 21:54 UTC
b12cadca9938ae90b157b8f9f5a3d911c3cd43b0
1 file changed
+7
-6
integrations/deploy.yaml
+7
-6
@@ -188,7 +188,7 @@
188
link: ''
189
categories:
190
- deploy.operating-systems
191
- icon_filename: ''
191
+ icon_filename: 'apple.png'
192
most_popular: true
193
keywords:
194
- MacOS
@@ -226,10 +226,10 @@
226
install_description: |
227
Install and connect new Docker containers
228
Find the commands for `docker run`, `docker compose` or `Docker Swarm`. On the last two you can copy the configs, then run `docker-compose up -d` in the same directory as the `docker-compose.yml`
229
- ```
230
- Netdata container requires different privileges and mounts to provide functionality similar to that provided by Netdata installed on the host. More info [here](https://learn.netdata.cloud/docs/installing/docker?_gl=1*f2xcnf*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMDIyMS40MS4xLjE2OTAzMTAzNjkuNTguMC4w#create-a-new-netdata-agent-container)
231
- Netdata will use the hostname from the container in which it is run instead of that of the host system. To change the default hostname check [here](https://learn.netdata.cloud/docs/agent/packaging/docker?_gl=1*i5weve*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMjM4Ny40Mi4xLjE2OTAzMTIzOTAuNTcuMC4w#change-the-default-hostname)
232
- ```
229
+
230
+ > Netdata container requires different privileges and mounts to provide functionality similar to that provided by Netdata installed on the host. More info [here](https://learn.netdata.cloud/docs/installing/docker?_gl=1*f2xcnf*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMDIyMS40MS4xLjE2OTAzMTAzNjkuNTguMC4w#create-a-new-netdata-agent-container)
231
+ > Netdata will use the hostname from the container in which it is run instead of that of the host system. To change the default hostname check [here](https://learn.netdata.cloud/docs/agent/packaging/docker?_gl=1*i5weve*_ga*MTI1MTUwMzU0OS4xNjg2NjM1MDA1*_ga_J69Z2JCTFB*MTY5MDMxMjM4Ny40Mi4xLjE2OTAzMTIzOTAuNTcuMC4w#change-the-default-hostname)
232
+
233
methods:
234
- method: Docker CLI
235
commands:
@@ -432,7 +432,8 @@
432
- Orchestrator
433
install_description: |
434
**Use helm install to install Netdata on your Kubernetes cluster**
435
- For a new installation use `helm install`` or for existing clusters add the content below to your `override.yamland`` then run `helm upgrade -f override.yml netdata netdata/netdata`
435
+ For a new installation use `helm install` or for existing clusters add the content below to your `override.yaml` and then run `helm upgrade -f override.yml netdata netdata/netdata`
436
+
437
methods:
438
- method: Helm
439
commands: