Skip to content

Commit 699206e

Browse files
wilybracecbandy
authored andcommitted
fixes spelling errors
1 parent f73e444 commit 699206e

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

docs/content/Security/configure-postgres-operator-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If the user tries to access a namespace that they are not configured for within
4343
Error: user [pgouser1] is not allowed access to namespace [pgouser2]
4444

4545

46-
If you wish to add all avaiable permissions to a *pgorole*, you can specify it by using a single `*` in your configuration. Note that if you are editing your YAML file directly, you will need to ensure to write it as `"*"` to ensure it is recognized as a string.
46+
If you wish to add all available permissions to a *pgorole*, you can specify it by using a single `*` in your configuration. Note that if you are editing your YAML file directly, you will need to ensure to write it as `"*"` to ensure it is recognized as a string.
4747

4848
The following list shows the current complete list of possible pgo permissions that you can specify within the *pgorole* file when creating roles:
4949

docs/content/advanced/custom-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The *postgres-ha.yaml* file is the main configuration file that allows for the
4848
configuration of a wide variety of tuning parameters for you PostgreSQL cluster.
4949
This includes various PostgreSQL settings, e.g. those that should be applied to
5050
files such as `postgresql.conf`, `pg_hba.conf` and `pg_ident.conf`, as well as
51-
tuning paramters for the High Availability features inlcuded in each cluster.
51+
tuning parameters for the High Availability features included in each cluster.
5252
The various configuration settings available can be
5353
[found here](https://access.crunchydata.com/documentation/patroni/latest/settings/index.html#settings)
5454

@@ -218,9 +218,9 @@ postgresql:
218218
max_wal_senders: 10
219219
```
220220
221-
The various key/value pairs provided within the `paramters` section result in the
221+
The various key/value pairs provided within the `parameters` section result in the
222222
configuration of the same settings within the `postgresql.conf` file. Please note that
223-
settings applied locally to a database server take precendence over those set via the DCS (with the
223+
settings applied locally to a database server take precedence over those set via the DCS (with the
224224
exception being those that must be set via the DCS, as
225225
[described here](https://access.crunchydata.com/documentation/patroni/latest/dynamic_configuration/)).
226226

docs/content/advanced/multi-zone-design-considerations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ be provisioned in a topology-aware manner according to the specific scheduling r
1818
This means that when a new PostgreSQL cluster is created, it is necessary to ensure that the volume containing the database
1919
files for the primary PostgreSQL database within the PostgreSQL clluster is provisioned in the same zone as the node containing the PostgreSQL primary pod that will be accesing the applicable volume.
2020

21-
#### Dynamic Provisioning of Volumes: Default Behavoir
21+
#### Dynamic Provisioning of Volumes: Default Behavior
2222

2323
By default, the Kubernetes scheduler will ensure any pods created that claim a specific volume via a PVC are scheduled on a
2424
node in the same zone as that volume. This is part of the default Kubernetes [multi-zone support](https://kubernetes.io/docs/setup/multiple-zones/).
@@ -34,7 +34,7 @@ soon as they are requested, which means volumes are provisioned without knowledg
3434
This behavior defined using the `volumeBindingMode` configuration applicable to the Storage Class being utilized to
3535
dynamically provision the volume. By default,`volumeBindingMode` is set to `Immediate`.
3636

37-
This default behavoir for dynamic provisioning can be seen in the Storage Class definition for a Google Cloud Engine Persistent Disk (GCE PD):
37+
This default behavior for dynamic provisioning can be seen in the Storage Class definition for a Google Cloud Engine Persistent Disk (GCE PD):
3838

3939
```bash
4040
kind: StorageClass
@@ -50,7 +50,7 @@ As indicated, `volumeBindingMode` indicates the default value of `Immediate`.
5050

5151
#### Issues with Dynamic Provisioning of Volumes in PostgreSQL Operator
5252

53-
Unfortunately, the default setting for dynamic provisinoing of volumes in mulit-zone Kubernetes cluster environments results in undesired behavoir when using the PostgreSQL Operator.
53+
Unfortunately, the default setting for dynamic provisinoing of volumes in mulit-zone Kubernetes cluster environments results in undesired behavior when using the PostgreSQL Operator.
5454

5555
Within the PostgreSQL Operator, a **node label** is implemented as a `preferredDuringSchedulingIgnoredDuringExecution` node
5656
affinity rule, which is an affinity rule that Kubernetes will attempt to adhere to when scheduling any pods for the cluster,

docs/content/architecture/high-availability/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ to any Kubernetes jobs created by the PostgreSQL Operator). This includes:
154154

155155
- The primary PG deployment
156156
- The deployments for each PG replica
157-
- The `pgBackrest` dedicated repostiory deployment
157+
- The `pgBackrest` dedicated repository deployment
158158
- The `pgBouncer` deployment (if enabled for the cluster)
159159

160160
There are three types of Pod Anti-Affinity rules that the Crunchy PostgreSQL

docs/content/installation/other/ansible/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ directory in the [postgres-operator project](https://github.com/CrunchyData/pos
6565

6666
Available to Crunchy customers is an RPM containing all the necessary Ansible roles
6767
and files required for installation using Ansible. The RPM can be found in Crunchy's
68-
yum repository. For information on setting up `yum` to use the Crunchy repoistory,
68+
yum repository. For information on setting up `yum` to use the Crunchy repository,
6969
see the [Crunchy Access Portal](https://access.crunchydata.com/).
7070

7171
To install the Crunchy PostgreSQL Operator Ansible roles using `yum`, run the following
@@ -174,7 +174,7 @@ sets of variables cannot be used at the same time.
174174
| `db_port` | 5432 | **Required** | Set to configure the default port used on all newly created clusters. |
175175
| `db_replicas` | 1 | **Required** | Set to configure the amount of replicas provisioned on all newly created clusters. |
176176
| `db_user` | testuser | **Required** | Set to configure the username of the dedicated user account on all newly created clusters. |
177-
| `disable_failover` | false | **Required** | Set to true disable auto failover capabilities on all newly created cluster requests. This cannot be overriden by the client on a cluster create, but on a cluster update. Setting this is not generally recommend, as it disable high-availability capabilities.|
177+
| `disable_failover` | false | **Required** | Set to true disable auto failover capabilities on all newly created cluster requests. This cannot be overridden by the client on a cluster create, but on a cluster update. Setting this is not generally recommend, as it disable high-availability capabilities.|
178178
| `exporterport` | 9187 | **Required** | Set to configure the default port used to connect to postgres exporter. |
179179
| `grafana_admin_password` | | | Set to configure the login password for the Grafana administrator. |
180180
| `grafana_admin_username` | admin | | Set to configure the login username for the Grafana administrator. |

docs/content/installation/other/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Prior to using *pgo*, users testing the Operator on a single host can specify th
265265
pgo version
266266
```
267267

268-
That URL address needs to be reachable from your local *pgo* client host. Your Kubernetes administrator will likely need to create a network route, ingress, or LoadBalancer service to expose the Operator REST API to applications outside of the Kubernetes cluster. Your Kubernetes administrator might also allow you to run the Kubernetes port-forward command, contact your adminstrator for details.
268+
That URL address needs to be reachable from your local *pgo* client host. Your Kubernetes administrator will likely need to create a network route, ingress, or LoadBalancer service to expose the Operator REST API to applications outside of the Kubernetes cluster. Your Kubernetes administrator might also allow you to run the Kubernetes port-forward command, contact your administrator for details.
269269

270270
Next, the *pgo* client needs to reference the keys used to secure the Operator REST API:
271271

docs/content/installation/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stream to connect to `nsqd` and `nsqdadmin`:
5757
| nsqadmin | 4151 |
5858
| nsqd | 4150 |
5959

60-
If you are using these services, ensure your cluster adminsitrator has given you
60+
If you are using these services, ensure your cluster administrator has given you
6161
access to these ports.
6262

6363
### Application Ports

internal/pgadmin/backoff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
JitterSmall
4040
)
4141

42-
// Apply provides a new tiem with respect to t based on the jitter mode
42+
// Apply provides a new time with respect to t based on the jitter mode
4343
func (jm Jitter) Apply(t time.Duration) time.Duration {
4444
switch jm {
4545
case JitterNone: // being explicit in case default case changes

pgo/cmd/pgadmin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func deletePgAdmin(args []string, ns string) {
105105

106106
}
107107

108-
// makeShowPgAdminInterface returns an interface slice of the avaialble values
108+
// makeShowPgAdminInterface returns an interface slice of the available values
109109
// in show pgadmin
110110
func makeShowPgAdminInterface(values []msgs.ShowPgAdminDetail) []interface{} {
111111
// iterate through the list of values to make the interface

0 commit comments

Comments
 (0)