Skip to content

Commit 6a9426a

Browse files
committed
add gcp persistent storage
1 parent 1c440c5 commit 6a9426a

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
@@ -560,8 +560,8 @@ Topics:
560560
File: osd-persistent-storage-aws-efs-csi
561561
- Name: GCP PD CSI Driver Operator
562562
File: persistent-storage-csi-gcp-pd
563-
#- Name: GCP Filestore CSI Driver Operator
564-
# File: persistent-storage-csi-google-cloud-file
563+
- Name: GCP Filestore CSI Driver Operator
564+
File: persistent-storage-csi-google-cloud-file
565565
- Name: Generic ephemeral volumes
566566
File: generic-ephemeral-vols
567567
- 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)