summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Bularz <60339703+M4itee@users.noreply.github.com>2023-12-04 11:41:41 +0100
committerGitHub <noreply@github.com>2023-12-04 12:41:41 +0200
commiteda05fb9da35e0b078885a260626ed7b95d980a8 (patch)
treebd792c4213a17a01ffaa7fcd51771386e920d5a1
parent5e877c85d0519feb1af1586fe4592bd533c5dd11 (diff)
Update getting-started-light-poc.md (#16532)
-rw-r--r--docs/netdata-cloud-onprem/getting-started-light-poc.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/netdata-cloud-onprem/getting-started-light-poc.md b/docs/netdata-cloud-onprem/getting-started-light-poc.md
index 80a73e8089..dfe0a0c87b 100644
--- a/docs/netdata-cloud-onprem/getting-started-light-poc.md
+++ b/docs/netdata-cloud-onprem/getting-started-light-poc.md
@@ -11,7 +11,7 @@ Requirements:
To install the whole environment, log in to the designated host and run:
```shell
-curl https://netdata-cloud-netdata-static-content.s3.amazonaws.com/provision.sh
+curl https://netdata-cloud-netdata-static-content.s3.amazonaws.com/provision.sh -o provision.sh
chmod +x provision.sh
sudo ./provision.sh --install
```
@@ -24,10 +24,10 @@ What does the script do during installation?
- Path for certificate file (PEM format)
- Path for private key file (PEM format)
2. After getting all of the information installation is starting. The script will install:
- 1. Helm
- 2. Kubectl
- 3. AWS CLI
- 4. K3s cluster (single node)
+ - Helm
+ - Kubectl
+ - AWS CLI
+ - K3s cluster (single node)
3. When all the required software is installed script starts to provision the K3s cluster with gathered data.
After cluster provisioning netdata is ready to be used.