Skip to content

Commit 551c01a

Browse files
authored
gl4f beta2 (#217)
Signed-off-by: Michael Mattsson <[email protected]>
1 parent eebb67d commit 551c01a

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

docs/filex_csi_driver/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ operator-sdk run bundle --timeout 5m -n hpe-storage quay.io/hpestorage/filex-csi
4949
The next step is to create a `HPEGreenLakeFileCSIDriver` resource, this can also be done in the OpenShift cluster console.
5050

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

5555
For reference, this is how the Operator is uninstalled:

docs/filex_csi_driver/index.md

+55-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,60 @@ These are the combinations HPE has tested and can provide official support servi
2929
The HPE Greenlake for File Storage CSI Driver is currently **NOT** supported by HPE and is considered beta software.
3030

3131
<a name="latest_release"></a>
32+
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta2
33+
34+
Release highlights:
35+
36+
* Another beta release
37+
38+
<table>
39+
<tr>
40+
<th>Kubernetes</th>
41+
<td>1.28-1.31<sup>1</sup></td>
42+
</tr>
43+
<tr>
44+
<th>Helm Chart</th>
45+
<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>
46+
</tr>
47+
<!--tr>
48+
<th>Operators</th>
49+
<td>
50+
<a href="https://operatorhub.io/operator/hpe-csi-operator/stable/hpe-csi-operator.v2.5.1">v2.5.1</a> on OperatorHub<br />
51+
<a href="https://catalog.redhat.com/software/container-stacks/detail/5e9874643f398525a0ceb004">v2.5.1</a> via OpenShift console
52+
</td>
53+
</tr-->
54+
<tr>
55+
<th>Worker&nbsp;OS</th>
56+
<td>
57+
Red Hat Enterprise Linux<sup>2</sup> 7.x, 8.x, 9.x, Red Hat CoreOS 4.14-4.16<br />
58+
Ubuntu 16.04, 18.04, 20.04, 22.04, 24.04<br />
59+
SUSE Linux Enterprise Server 15 SP4, SP5, SP6 and SLE Micro<sup>4</sup> equivalents
60+
</tr>
61+
<tr>
62+
<th>Platforms<sup>3</sup></th>
63+
<td>
64+
HPE GreenLake for File Storage MP OS 1.3 or later
65+
</td>
66+
</tr>
67+
<tr>
68+
<th>Data&nbsp;Protocols</th>
69+
<td>NFSv3 and NFSv4.1</td>
70+
</tr>
71+
<!--tr>
72+
<th>Blogs</th>
73+
<td>
74+
<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>
75+
</td>
76+
</tr-->
77+
</table>
78+
79+
<small>
80+
<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 />
81+
<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/>
82+
<sup>3</sup> = Learn about each data platform's team [support commitment](../legal/support/index.md).<br/>
83+
<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/>
84+
</small>
85+
3286
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta
3387

3488
Release highlights:
@@ -61,7 +115,7 @@ Release highlights:
61115
<tr>
62116
<th>Platforms<sup>3</sup></th>
63117
<td>
64-
HPE GreenLake for File Storage MP OS 1.2 or later
118+
HPE GreenLake for File Storage MP OS 1.3 or later
65119
</td>
66120
</tr>
67121
<tr>

0 commit comments

Comments
 (0)