You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HPE GreenLake for File Storage CSI Operator is available in the OpenShift console from v1.0.0-beta3 and may be installed from the console directly. The Operator SDK steps are not necessary.
45
+
43
46
Install the Operator:
44
47
45
48
```text
46
-
operator-sdk run bundle --timeout 5m -n hpe-storage quay.io/hpestorage/filex-csi-driver-operator-bundle-ocp:v1.0.0-beta
49
+
operator-sdk run bundle --timeout 5m -n hpe-storage quay.io/hpestorage/filex-csi-driver-operator-bundle-ocp:v1.0.0-beta3
47
50
```
48
51
49
52
The next step is to create a `HPEGreenLakeFileCSIDriver` resource, this can also be done in the OpenShift cluster console.
50
53
51
-
```yaml fct_label="HPE GreenLake for File Storage CSI Operator v1.0.0-beta"
Copy file name to clipboardexpand all lines: docs/filex_csi_driver/index.md
+8-62
Original file line number
Diff line number
Diff line change
@@ -29,86 +29,31 @@ These are the combinations HPE has tested and can provide official support servi
29
29
The HPE Greenlake for File Storage CSI Driver is currently **NOT** supported by HPE and is considered beta software.
30
30
31
31
<aname="latest_release"></a>
32
-
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta2
32
+
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta3
33
33
34
34
Release highlights:
35
35
36
-
*Another beta release
36
+
*Public beta release
37
37
38
38
<table>
39
39
<tr>
40
40
<th>Kubernetes</th>
41
-
<td>1.28-1.31<sup>1</sup></td>
41
+
<td>1.28-1.32<sup>1</sup></td>
42
42
</tr>
43
43
<tr>
44
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 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 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. 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
-
86
-
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta
87
-
88
-
Release highlights:
89
-
90
-
* Initial beta release
91
-
92
-
<table>
93
-
<tr>
94
-
<th>Kubernetes</th>
95
-
<td>1.28-1.31<sup>1</sup></td>
45
+
<td><a href="https://artifacthub.io/packages/helm/hpe-storage/hpe-greenlake-for-file-csi-driver/1.0.0-beta3">v1.0.0-beta3</a> on ArtifactHub</td>
96
46
</tr>
97
47
<tr>
98
-
<th>Helm Chart</th>
99
-
<td><a href="https://artifacthub.io/packages/helm/hpe-storage/hpe-greenlake-for-file-csi-driver/1.0.0-beta">v1.0.0-beta</a> on ArtifactHub</td>
100
-
</tr>
101
-
<!--tr>
102
48
<th>Operators</th>
103
49
<td>
104
-
<a href="https://operatorhub.io/operator/hpe-csi-operator/stable/hpe-csi-operator.v2.5.1">v2.5.1</a> on OperatorHub<br />
105
-
<a href="https://catalog.redhat.com/software/container-stacks/detail/5e9874643f398525a0ceb004">v2.5.1</a> via OpenShift console
50
+
<a href="https://catalog.redhat.com/software/container-stacks/detail/670e9898a6db4f1b3b89ff59">v1.0.0-beta3</a> via OpenShift console
106
51
</td>
107
-
</tr-->
52
+
</tr>
108
53
<tr>
109
54
<th>Worker OS</th>
110
55
<td>
111
-
Red Hat Enterprise Linux<sup>2</sup> 7.x, 8.x, 9.x, Red Hat CoreOS 4.14-4.16<br />
56
+
Red Hat Enterprise Linux<sup>2</sup> 7.x, 8.x, 9.x, Red Hat CoreOS 4.14-4.17<br />
112
57
Ubuntu 16.04, 18.04, 20.04, 22.04, 24.04<br />
113
58
SUSE Linux Enterprise Server 15 SP4, SP5, SP6 and SLE Micro<sup>4</sup> equivalents
114
59
</tr>
@@ -136,6 +81,7 @@ Release highlights:
136
81
<sup>3</sup> = Learn about each data platform's team [support commitment](../legal/support/index.md).<br/>
137
82
<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/>
0 commit comments