Commit 34552697 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-fix-typos-gma' into 'master'

Fix typos in Applications page

See merge request gitlab-org/gitlab!37965
parents f7905e64 b7f219c8
...@@ -547,7 +547,7 @@ file. ...@@ -547,7 +547,7 @@ file.
NOTE: **Note:** NOTE: **Note:**
The chart deploys 3 identical Elasticsearch pods which can't be colocated, and each The chart deploys 3 identical Elasticsearch pods which can't be colocated, and each
require 1 CPU and 2 GB of RAM, making them incompatible with clusters containing requires 1 CPU and 2 GB of RAM, making them incompatible with clusters containing
fewer than 3 nodes or consisting of `f1-micro`, `g1-small`, `n1-standard-1`, or fewer than 3 nodes or consisting of `f1-micro`, `g1-small`, `n1-standard-1`, or
`*-highcpu-2` instance types. `*-highcpu-2` instance types.
...@@ -1184,7 +1184,7 @@ below are examples and should be replaced with settings specific to your environ ...@@ -1184,7 +1184,7 @@ below are examples and should be replaced with settings specific to your environ
ui: ui:
enabled: true enabled: true
server: server:
# Disable the built in data storage volume as it's not safe for Hight Availability mode # Disable the built in data storage volume as it's not safe for High Availability mode
dataStorage: dataStorage:
enabled: false enabled: false
# Enable High Availability Mode # Enable High Availability Mode
...@@ -1213,7 +1213,7 @@ server: ...@@ -1213,7 +1213,7 @@ server:
Once you have successfully installed Vault, you will need to [initialize the Vault](https://learn.hashicorp.com/vault/getting-started/deploy#initializing-the-vault) Once you have successfully installed Vault, you will need to [initialize the Vault](https://learn.hashicorp.com/vault/getting-started/deploy#initializing-the-vault)
and obtain the initial root token. You will need access to your Kubernetes cluster that Vault has been deployed into in order to do this. and obtain the initial root token. You will need access to your Kubernetes cluster that Vault has been deployed into in order to do this.
To initialise the Vault, get a shell to one of the Vault pods running inside Kubernetes (typically this is done by using the `kubectl` command line tool). To initialize the Vault, get a shell to one of the Vault pods running inside Kubernetes (typically this is done by using the `kubectl` command line tool).
Once you have a shell into the pod, run the `vault operator init` command: Once you have a shell into the pod, run the `vault operator init` command:
```shell ```shell
...@@ -1588,7 +1588,7 @@ To avoid installation errors: ...@@ -1588,7 +1588,7 @@ To avoid installation errors:
If you're using a managed cluster on AWS EKS, and you are not able to install some of the managed If you're using a managed cluster on AWS EKS, and you are not able to install some of the managed
apps, consider checking the logs. apps, consider checking the logs.
You can check the logs by running following commands: You can check the logs by running the following commands:
```shell ```shell
kubectl get pods --all-namespaces kubectl get pods --all-namespaces
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment