Skip to content

Commit

Permalink
gl4f beta2 (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored Dec 4, 2024
1 parent eebb67d commit 551c01a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/filex_csi_driver/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ operator-sdk run bundle --timeout 5m -n hpe-storage quay.io/hpestorage/filex-csi
The next step is to create a `HPEGreenLakeFileCSIDriver` resource, this can also be done in the OpenShift cluster console.

```yaml fct_label="HPE GreenLake for File Storage CSI Operator v1.0.0-beta"
# oc apply -f {{ config.site_url }}filex_csi_driver/examples/deployment/hpegreenlakefilecsidriver-v1.0.0-beta-sample.yaml
# oc apply -n hpe-storage -f {{ config.site_url }}filex_csi_driver/examples/deployment/hpegreenlakefilecsidriver-v1.0.0-beta-sample.yaml
{% include "examples/deployment/hpegreenlakefilecsidriver-v1.0.0-beta-sample.yaml" %}```

For reference, this is how the Operator is uninstalled:
Expand Down
56 changes: 55 additions & 1 deletion docs/filex_csi_driver/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,60 @@ These are the combinations HPE has tested and can provide official support servi
The HPE Greenlake for File Storage CSI Driver is currently **NOT** supported by HPE and is considered beta software.

<a name="latest_release"></a>
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta2

Release highlights:

* Another beta release

<table>
<tr>
<th>Kubernetes</th>
<td>1.28-1.31<sup>1</sup></td>
</tr>
<tr>
<th>Helm Chart</th>
<td><a href="https://artifacthub.io/packages/helm/hpe-storage/hpe-greenlake-for-file-csi-driver/1.0.0-beta2">v1.0.0-beta2</a> on ArtifactHub</td>
</tr>
<!--tr>
<th>Operators</th>
<td>
<a href="https://operatorhub.io/operator/hpe-csi-operator/stable/hpe-csi-operator.v2.5.1">v2.5.1</a> on OperatorHub<br />
<a href="https://catalog.redhat.com/software/container-stacks/detail/5e9874643f398525a0ceb004">v2.5.1</a> via OpenShift console
</td>
</tr-->
<tr>
<th>Worker&nbsp;OS</th>
<td>
Red Hat Enterprise Linux<sup>2</sup> 7.x, 8.x, 9.x, Red Hat CoreOS 4.14-4.16<br />
Ubuntu 16.04, 18.04, 20.04, 22.04, 24.04<br />
SUSE Linux Enterprise Server 15 SP4, SP5, SP6 and SLE Micro<sup>4</sup> equivalents
</tr>
<tr>
<th>Platforms<sup>3</sup></th>
<td>
HPE GreenLake for File Storage MP OS 1.3 or later
</td>
</tr>
<tr>
<th>Data&nbsp;Protocols</th>
<td>NFSv3 and NFSv4.1</td>
</tr>
<!--tr>
<th>Blogs</th>
<td>
<a href="https://community.hpe.com/t5/around-the-storage-block/hpe-csi-driver-for-kubernetes-2-5-0-improved-stateful-workload/ba-p/7220864">HPE CSI Driver for Kubernetes 2.5.0: Improved stateful workload resilience and robustness</a>
</td>
</tr-->
</table>

<small>
<sup>1</sup> = For HPE Ezmeral Runtime Enterprise, SUSE Rancher, Mirantis Kubernetes Engine and others; Kubernetes clusters must be deployed within the currently supported range of "Worker OS" platforms listed in the above table. See [partner ecosystems](../partners) for other variations. Lowest tested and known working version is Kubernetes 1.21.<br />
<sup>2</sup> = The HPE CSI Driver will recognize CentOS, AlmaLinux and Rocky Linux as RHEL derives and they are supported by HPE. While RHEL 7 and its derives will work, the host OS have been EOL'd and support is limited.<br/>
<sup>3</sup> = Learn about each data platform's team [support commitment](../legal/support/index.md).<br/>
<sup>4</sup> = SLE Micro nodes may need to be conformed manually, run `transactional-update -n pkg install nfs-client` and reboot if the CSI node driver doesn't start.<br/>
</small>

#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta

Release highlights:
Expand Down Expand Up @@ -61,7 +115,7 @@ Release highlights:
<tr>
<th>Platforms<sup>3</sup></th>
<td>
HPE GreenLake for File Storage MP OS 1.2 or later
HPE GreenLake for File Storage MP OS 1.3 or later
</td>
</tr>
<tr>
Expand Down

0 comments on commit 551c01a

Please sign in to comment.