Skip to content

Commit ef92ead

Browse files
tjmoore4jkatz
authored andcommitted
Quickstart Disable fsGroup Note
This update adds a note to the quickstart guide that the disable fsGroup setting will need to be used in typical Openshift or CRC environments.
1 parent a285f5e commit ef92ead

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/quickstart/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There are many [configuration parameters]({{< relref "/installation/configuratio
5454

5555
Find the `pgo_admin_password` variable. This is the password you will use with the [`pgo` client]({{< relref "/installation/pgo-client" >}}) to manage your PostgreSQL clusters. The default is `password`, but you can change it to something like `hippo-elephant`.
5656

57-
You will need also need to set the storage default storage classes that you would like the PostgreSQL Operator to use. These variables are called `primary_storage`, `replica_storage`, `backup_storage`, and `backrest_storage`. There are several storage configurations listed out in the configuration file under the heading `storage[1-9]_name`. Find the one that you want to use, and set it to that value.
57+
You will also need to set the storage default storage classes that you would like the PostgreSQL Operator to use. These variables are called `primary_storage`, `replica_storage`, `backup_storage`, and `backrest_storage`. There are several storage configurations listed out in the configuration file under the heading `storage[1-9]_name`. Find the one that you want to use, and set it to that value.
5858

5959
For example, if your Kubernetes environment is using NFS storage, you would set these variables to the following:
6060

@@ -65,6 +65,8 @@ primary_storage: "nfsstorage"
6565
replica_storage: "nfsstorage"
6666
```
6767

68+
If you are using either Openshift or CodeReady Containers, you will need to set `disable_fsgroup` to 'true' in order to deploy the PostgreSQL Operator in OpenShift environments that have the typical restricted Security Context Constraints.
69+
6870
For a full list of available storage types that can be used with this installation method, please review the [configuration parameters]({{< relref "/installation/configuration.md">}}).
6971

7072
## Step 2: Installation

0 commit comments

Comments
 (0)