mirror of
https://github.com/netdata/netdata.git
synced 2025-05-02 08:20:10 +00:00
Update getting-started-light-poc.md (#16532)
This commit is contained in:
parent
5e877c85d0
commit
eda05fb9da
1 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ Requirements:
|
||||||
|
|
||||||
To install the whole environment, log in to the designated host and run:
|
To install the whole environment, log in to the designated host and run:
|
||||||
```shell
|
```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
|
chmod +x provision.sh
|
||||||
sudo ./provision.sh --install
|
sudo ./provision.sh --install
|
||||||
```
|
```
|
||||||
|
@ -24,10 +24,10 @@ What does the script do during installation?
|
||||||
- Path for certificate file (PEM format)
|
- Path for certificate file (PEM format)
|
||||||
- Path for private key file (PEM format)
|
- Path for private key file (PEM format)
|
||||||
2. After getting all of the information installation is starting. The script will install:
|
2. After getting all of the information installation is starting. The script will install:
|
||||||
1. Helm
|
- Helm
|
||||||
2. Kubectl
|
- Kubectl
|
||||||
3. AWS CLI
|
- AWS CLI
|
||||||
4. K3s cluster (single node)
|
- K3s cluster (single node)
|
||||||
3. When all the required software is installed script starts to provision the K3s cluster with gathered data.
|
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.
|
After cluster provisioning netdata is ready to be used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue