Skip to content

Commit cce2e8b

Browse files
authored
beta3 release (#223)
Signed-off-by: Michael Mattsson <[email protected]>
1 parent 84ee2b9 commit cce2e8b

File tree

3 files changed

+60
-67
lines changed

3 files changed

+60
-67
lines changed

docs/filex_csi_driver/deployment.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The HPE GreenLake for File Storage CSI Operator is a fully certified Operator fo
2626
2727
- See [Red Hat OpenShift](../partners/redhat_openshift/index.md) in the partner ecosystem section
2828
-->
29-
During the beta, it's only possible to sideload the HPE GreenLake for File Storage CSI Operator using the Operator SDK.
29+
During the beta, it's possible to sideload the HPE GreenLake for File Storage CSI Operator using the Operator SDK.
3030

3131
The installation procedures assumes the "hpe-storage" `Namespace` exists:
3232

@@ -40,17 +40,20 @@ oc create ns hpe-storage
4040
oc apply -f {{ config.site_url}}partners/redhat_openshift/examples/scc/hpe-filex-csi-scc.yaml
4141
```
4242

43+
!!! tip
44+
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+
4346
Install the Operator:
4447

4548
```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
4750
```
4851

4952
The next step is to create a `HPEGreenLakeFileCSIDriver` resource, this can also be done in the OpenShift cluster console.
5053

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

5558
For reference, this is how the Operator is uninstalled:
5659

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
apiVersion: storage.hpe.com/v1
2+
kind: HPEGreenLakeFileCSIDriver
3+
metadata:
4+
name: hpegreenlakefilecsidriver-sample
5+
spec:
6+
# Default values copied from <project_dir>/helm-charts/hpe-greenlake-file-csi-driver/values.yaml
7+
controller:
8+
affinity: {}
9+
labels: {}
10+
nodeSelector: {}
11+
resources:
12+
limits:
13+
cpu: 2000m
14+
memory: 1Gi
15+
requests:
16+
cpu: 100m
17+
memory: 128Mi
18+
tolerations: []
19+
disableNodeConformance: false
20+
imagePullPolicy: IfNotPresent
21+
images:
22+
csiAttacher: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
23+
csiControllerDriver: quay.io/hpestorage/filex-csi-driver:v1.0.0-beta3
24+
csiNodeDriver: quay.io/hpestorage/filex-csi-driver:v1.0.0-beta3
25+
csiNodeDriverRegistrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
26+
csiNodeInit: quay.io/hpestorage/filex-csi-init:v1.0.0-beta3
27+
csiProvisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
28+
csiResizer: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
29+
csiSnapshotter: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
30+
kubeletRootDir: /var/lib/kubelet
31+
node:
32+
affinity: {}
33+
labels: {}
34+
nodeSelector: {}
35+
resources:
36+
limits:
37+
cpu: 2000m
38+
memory: 1Gi
39+
requests:
40+
cpu: 100m
41+
memory: 128Mi
42+
tolerations: []
43+
44+

docs/filex_csi_driver/index.md

+8-62
Original file line numberDiff line numberDiff line change
@@ -29,86 +29,31 @@ 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
32+
#### HPE GreenLake for File Storage CSI Driver v1.0.0-beta3
3333

3434
Release highlights:
3535

36-
* Another beta release
36+
* Public beta release
3737

3838
<table>
3939
<tr>
4040
<th>Kubernetes</th>
41-
<td>1.28-1.31<sup>1</sup></td>
41+
<td>1.28-1.32<sup>1</sup></td>
4242
</tr>
4343
<tr>
4444
<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. 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>
9646
</tr>
9747
<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>
10248
<th>Operators</th>
10349
<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
10651
</td>
107-
</tr-->
52+
</tr>
10853
<tr>
10954
<th>Worker&nbsp;OS</th>
11055
<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 />
11257
Ubuntu 16.04, 18.04, 20.04, 22.04, 24.04<br />
11358
SUSE Linux Enterprise Server 15 SP4, SP5, SP6 and SLE Micro<sup>4</sup> equivalents
11459
</tr>
@@ -136,6 +81,7 @@ Release highlights:
13681
<sup>3</sup> = Learn about each data platform's team [support commitment](../legal/support/index.md).<br/>
13782
<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/>
13883
</small>
84+
13985
<!--
14086
14187
#### Release Archive

0 commit comments

Comments
 (0)