mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: fix minor description issues
This commit is contained in:
parent
921b1a8cc7
commit
0e567edd33
2 changed files with 2 additions and 1 deletions
|
|
@ -344,6 +344,7 @@ If you are restoring the entire AWX to a new environment, create the PVs and PVC
|
||||||
```bash
|
```bash
|
||||||
sudo mkdir -p /data/postgres
|
sudo mkdir -p /data/postgres
|
||||||
sudo mkdir -p /data/projects
|
sudo mkdir -p /data/projects
|
||||||
|
sudo chmod 755 /data/postgres
|
||||||
sudo chown 1000:0 /data/projects
|
sudo chown 1000:0 /data/projects
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
To solve this, check or try the following:
|
||||||
|
|
||||||
- **Ensure your PostgreSQL (typically the Pod named `awx-postgres-0`)is in `Running` state.**
|
- **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.**
|
- **Ensure your `awx-postgres-configuration` has correct values, especially if you're using external PostgreSQL.**
|
||||||
- **Uninstall K3s and install it again.**
|
- **Uninstall K3s and install it again.**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue