Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support matrix for observability #389

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/docs/observability/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ CSM for Observability provides the following capabilities:
{{<table "table table-striped table-bordered table-sm">}}
| COP/OS | Supported Versions |
|-|-|
| Kubernetes | 1.22, 1.23, 1.24 |
| Red Hat OpenShift | 4.9, 4.10 |
| Kubernetes | 1.22, 1.23, 1.24, 1.25 |
| Red Hat OpenShift | 4.9, 4.10, 4.11 |
| Rancher Kubernetes Engine | yes |
| RHEL | 7.x, 8.x |
| CentOS | 7.8, 7.9 |
Expand All @@ -59,7 +59,7 @@ CSM for Observability provides the following capabilities:
{{<table "table table-striped table-bordered table-sm">}}
| | PowerFlex | PowerStore | PowerScale |
|---------------|:-------------------:|:----------------:|:----------------:|
| Storage Array | 3.5.x, 3.6.x | 1.0.x, 2.0.x, 2.1.x, 3.0 | OneFS 8.1, 8.2, 9.0, 9.1, 9.2, 9.3, 9.4 |
| Storage Array | 3.5.x, 3.6.x, 4.0 | 1.0.x, 2.0.x, 2.1.x, 3.0 | OneFS 8.1, 8.2, 9.0, 9.1, 9.2, 9.3, 9.4 |
{{</table>}}

## Supported CSI Drivers
Expand Down
2 changes: 1 addition & 1 deletion content/docs/observability/deployment/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Container Storage Modules (CSM) for Observability Helm chart bootstraps an O
**Steps**
1. Create a namespace where you want to install the module `kubectl create namespace karavi`

2. Install cert-manager CRDs `kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml`
2. Install cert-manager CRDs `kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.10.0/cert-manager.crds.yaml`

3. Add the Dell Helm Charts repo `helm repo add dell https://dell.github.io/helm-charts`

Expand Down
2 changes: 1 addition & 1 deletion content/docs/observability/uninstall/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ $ helm delete karavi-observability --namespace [CSM_NAMESPACE]
You may also want to uninstall the CRDs created for cert-manager.

```console
$ kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml
$ kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/v1.10.0/cert-manager.crds.yaml
```
2 changes: 1 addition & 1 deletion content/docs/observability/upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Check if the latest Helm chart version is available:
```
helm search repo dell
NAME CHART VERSION APP VERSION DESCRIPTION
dell/karavi-observability 1.0.1 1.0.0 CSM for Observability is part of the [Container...
dell/karavi-observability 1.3.1 1.3.1 CSM for Observability is part of the [Container...
```

>Note: If using cert-manager CustomResourceDefinitions older than v1.5.3, delete the old CRDs and install v1.5.3 of the CRDs prior to upgrade. See [Prerequisites](../deployment/helm#prerequisites) for location of CRDs.
Expand Down