@cryptotaxi247 / netdata-1 / commits / eda05fb9d

Update getting-started-light-poc.md (#16532)

Mateusz Bularz committed Dec 4, 2023 at 11:41 UTC eda05fb9da35e0b078885a260626ed7b95d980a8
1 file changed +5 -5
docs/netdata-cloud-onprem/getting-started-light-poc.md
+5 -5
@@ -11,7 +11,7 @@ Requirements:
11
12 To install the whole environment, log in to the designated host and run:
13 ```shell
14 -curl https://netdata-cloud-netdata-static-content.s3.amazonaws.com/provision.sh
14 +curl https://netdata-cloud-netdata-static-content.s3.amazonaws.com/provision.sh -o provision.sh
15 chmod +x provision.sh
16 sudo ./provision.sh --install
17 ```
@@ -24,10 +24,10 @@ What does the script do during installation?
24 - Path for certificate file (PEM format)
25 - Path for private key file (PEM format)
26 2. After getting all of the information installation is starting. The script will install:
27 - 1. Helm
28 - 2. Kubectl
29 - 3. AWS CLI
30 - 4. K3s cluster (single node)
27 + - Helm
28 + - Kubectl
29 + - AWS CLI
30 + - K3s cluster (single node)
31 3. When all the required software is installed script starts to provision the K3s cluster with gathered data.
32
33 After cluster provisioning netdata is ready to be used.