mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
updated README required packages
It seems CentOS 8 Stream does not come with tar installed. When trying to run the make deploy for the operator on a fresh minimal (as required) installation of CentOS 8 Stream the process fails missing the command "tar"
This commit is contained in:
parent
db423af822
commit
a74c0f2270
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ sudo reboot
|
||||||
Install required packages to deploy AWX Operator and AWX.
|
Install required packages to deploy AWX Operator and AWX.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install -y git make curl
|
sudo dnf install -y git make curl tar
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install K3s
|
### Install K3s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue