Skip to content

Commit

Permalink
docs: add one liner note about plugins installation on CSP
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and klihub committed Dec 22, 2023
1 parent 61b0d6d commit 0241c49
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/deployment/helm/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Helm

All the available charts can be found in [artifacthub.io](https://artifacthub.io/packages/search?ts_query_web=nri&verified_publisher=true&official=true&sort=relevance&page=1).

**NOTE:** NRI-plugins Helm installation has been successfully verified in both local clusters and major Cloud Providers' managed clusters, including:

- AWS EKS
- kubernetes version: 1.28.x
- containerd version: 1.7
- node image: Amazon Linux 2, Ubuntu 20.04,
- Google GKE
- kubernetes version: 1.28.x
- containerd version: 1.7
- node image: Container-Optimized OS from Google (COS), Ubuntu 22.04
- Azure AKS
- kubernetes version: 1.28.x
- containerd version: 1.7
- node image: Azure Linux Container Host, Ubuntu 20.04

While Ubuntu 20.04/22.04 was used across all three CSP environments, it's worth noting that node images are not limited to Ubuntu 20.04/22.04 only. The majority of widely recognized Linux distributions should be suitable for use.

```{toctree}
---
maxdepth: 2
Expand Down
3 changes: 1 addition & 2 deletions docs/deployment/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Deployment

The only supported installation method of the NRI plugins at the moment is
through Helm.
Currently supported installation methods of the NRI plugins are Helm and Operator.

```{toctree}
---
Expand Down

0 comments on commit 0241c49

Please sign in to comment.