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
Copy file name to clipboardExpand all lines: microshift_install_get_ready/microshift-install-get-ready.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ For most installation types, you must also take the following steps:
79
79
80
80
* Decide whether you need to configure storage for the application and tasks you are using in your {microshift-short} cluster, or disable the {microshift-short} storage plug-in completely.
81
81
** For more information about creating volume groups and persistent volumes on {op-system-base}, see link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/configuring_and_managing_logical_volumes/overview-of-logical-volume-management_configuring-and-managing-logical-volumes[Overview of logical volume management].
82
-
** For more information about the {microshift-short} plug-in, see xref:../microshift_storage/microshift-storage-plugin-overview.adoc#microshift-storage-plugin-overview[Dynamic storage using the LVMS plugin].
82
+
** For more information about the {microshift-short} plug-in, see xref:../microshift_storage/microshift-storage-plugin-overview.adoc#[Dynamic storage using the LVMS plugin].
83
83
84
84
* Configure networking settings according to the access needs you plan for your {microshift-short} cluster and applications. Consider whether you want to use single or dual-stack networks, configure a firewall, or configure routes.
85
85
** For more information about {microshift-short} networking options, see xref:../microshift_networking/microshift-networking-settings.adoc#microshift-networking[Understanding networking settings].
Using dynamic provisioning allows you to create storage volumes on-demand, eliminating the need for pre-provisioned storage. For more information about how dynamic provisioning works in {product-title}, read xref:../microshift_storage/microshift-storage-plugin-overview.adoc#microshift-storage-plugin-overview[Dynamic provisioning].
29
+
Using dynamic provisioning allows you to create storage volumes on-demand, eliminating the need for pre-provisioned storage. For more information about how dynamic provisioning works in {product-title}, read xref:../microshift_storage/microshift-storage-plugin-overview.adoc#[Dynamic provisioning using the LVMS plugin].
The AWS EFS and GCP Filestore CSI drivers are not installed by default, and must be installed manually. For instructions on installing the AWS EFS CSI driver, see link:https://access.redhat.com/documentation/en-us/openshift_dedicated/4/html/storage/using-container-storage-interface-csi#osd-persistent-storage-aws-efs-csi[Setting up AWS Elastic File Service CSI Driver Operator]. For instructions on installing the GCP Filestore CSI driver, see link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/storage/using-container-storage-interface-csi#persistent-storage-csi-google-cloud-file-overview[Google Compute Platform Filestore CSI Driver Operator].
16
16
====
17
17
endif::openshift-rosa,openshift-rosa-hcp[]
18
+
19
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
20
+
[IMPORTANT]
21
+
====
22
+
The AWS EFS driver is not installed by default, and must be installed manually. For instructions about installing the AWS EFS CSI driver, see "AWS Elastic File Service CSI Driver Operator" in the _Additional resources_ section.
23
+
====
24
+
endif::openshift-rosa,openshift-rosa-hcp[]
25
+
18
26
The following table describes the CSI drivers that are
19
27
ifndef::openshift-dedicated[]
20
-
installed with {product-title}
28
+
installed with {product-title},
21
29
endif::openshift-dedicated[]
22
-
ifndef::openshift-rosa,openshift-rosa-hcp[]
23
-
supported by {product-title}
24
-
endif::openshift-rosa,openshift-rosa-hcp[]
25
-
and which CSI features they support, such as volume snapshots and resize.
30
+
supported by {product-title}, and which CSI features they support, such as volume snapshots and resize.
Cross account support allows you to have an {product-title} cluster in one AWS account and mount your file system in another AWS account by using the AWS Elastic File System (EFS) Container Storage Interface (CSI) driver.
10
+
Cross account support allows you to have
11
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
12
+
a {product-title} cluster
13
+
endif::openshift-rosa,openshift-rosa-hcp[]
14
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
15
+
an {product-title} cluster
16
+
endif::openshift-rosa,openshift-rosa-hcp[]
17
+
in one AWS account and mount your file system in another AWS account by using the AWS Elastic File System (EFS) Container Storage Interface (CSI) driver.
11
18
12
19
[NOTE]
13
20
====
@@ -16,7 +23,13 @@ Both the {product-title} cluster and EFS file system must be in the same region.
16
23
17
24
.Prerequisites
18
25
19
-
* Access to an {product-title} cluster with administrator rights
26
+
* Access to
27
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
28
+
a {product-title} cluster
29
+
endif::openshift-rosa,openshift-rosa-hcp[]
30
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
31
+
an {product-title} cluster
32
+
endif::openshift-rosa,openshift-rosa-hcp[] cluster with administrator rights
Copy file name to clipboardExpand all lines: modules/storage-ephemeral-storage-manage.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For example, the following quantities all represent approximately the same value
22
22
23
23
[IMPORTANT]
24
24
====
25
-
The suffixes for each byte quantity are case-sensitive. Be sure to use the correct case. Use the case-sensitive "M", such as used in "400M" to set the request at 400 megabytes. Use the case-sensitive "400Mi" to request 400 mebibytes. If you specify "400m" of ephemeral storage, the storage requests is only 0.4 bytes.
25
+
The suffixes for each byte quantity are case-sensitive. Be sure to use the correct case. Use the case-sensitive "M", such as used in "400M", to set the request at 400 megabytes. Use the case-sensitive "400Mi" to request 400 mebibytes. If you specify "400m" of ephemeral storage, the storage request is only 0.4 bytes.
0 commit comments