Skip to content

Commit 6367b5f

Browse files
authored
Merge pull request #75622 from mletalie/OSDOCS-10471
[OSDOCS-10471] :Add dedicated page for GCP Filestore CSI Driver Operator
2 parents 0c096ac + 6a9426a commit 6367b5f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ Topics:
557557
File: osd-persistent-storage-aws-efs-csi
558558
- Name: GCP PD CSI Driver Operator
559559
File: persistent-storage-csi-gcp-pd
560-
#- Name: GCP Filestore CSI Driver Operator
561-
# File: persistent-storage-csi-google-cloud-file
560+
- Name: GCP Filestore CSI Driver Operator
561+
File: persistent-storage-csi-google-cloud-file
562562
- Name: Generic ephemeral volumes
563563
File: generic-ephemeral-vols
564564
- Name: Dynamic provisioning

modules/persistent-storage-csi-gcp-file-install.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,30 @@
66
[id="persistent-storage-csi-olm-operator-install_{context}"]
77
= Installing the GCP Filestore CSI Driver Operator
88

9-
The Google Compute Platform (GCP) Filestore Container Storage Interface (CSI) Driver Operator is not installed in {product-title} by default. Use the following procedure to install the GCP Filestore CSI Driver Operator in your cluster.
9+
The Google Compute Platform (GCP) Filestore Container Storage Interface (CSI) Driver Operator is not installed in {product-title} by default.
10+
Use the following procedure to install the GCP Filestore CSI Driver Operator in your cluster.
1011

1112
.Prerequisites
1213
* Access to the {product-title} web console.
1314
1415
.Procedure
1516
To install the GCP Filestore CSI Driver Operator from the web console:
1617

18+
ifdef::openshift-dedicated[]
19+
20+
. Log in to the {cluster-manager-url}.
21+
22+
. Select your cluster.
23+
24+
. Click *Open console* and log in with your credentials.
25+
endif::openshift-dedicated[]
26+
27+
ifndef::openshift-dedicated[]
28+
1729
. Log in to the web console.
1830

31+
endif::openshift-dedicated[]
32+
1933
. Enable the Filestore API in the GCE project by running the following command:
2034
+
2135
[source, command]

0 commit comments

Comments
 (0)