fix: fix minor description issues

This commit is contained in:
kurokobo 2022-03-03 23:18:50 +09:00
parent 921b1a8cc7
commit 0e567edd33
2 changed files with 2 additions and 1 deletions

View file

@ -344,6 +344,7 @@ If you are restoring the entire AWX to a new environment, create the PVs and PVC
```bash
sudo mkdir -p /data/postgres
sudo mkdir -p /data/projects
sudo chmod 755 /data/postgres
sudo chown 1000:0 /data/projects
```

View file

@ -229,7 +229,7 @@ This problem occurs when the AWX pod and the PostgreSQL pod cannot communicate p
To solve this, check or try the following:
- **Ensure your PostgreSQL (typically the Pod named `awx-postgres-0`)is in `Running` state.**
- **Ensure your `firewalld` or `ufw` has been disabled on your K3s host.**
- **Ensure your `firewalld`, `ufw` or any kind of firewall has been disabled on your K3s host.**
- **Ensure your `awx-postgres-configuration` has correct values, especially if you're using external PostgreSQL.**
- **Uninstall K3s and install it again.**