kube transfer to single-node host

This commit is contained in:
2024-07-08 10:39:56 -04:00
parent d1afa569cc
commit 887df21477
69 changed files with 1675 additions and 2009 deletions

View File

@@ -7,5 +7,5 @@ pacman -S ansible ansible-core python-kubernetes
## Setup
```bash
ansible kubernetes -m ping -i inventory.yaml
ansible fedora -m ping -i ansible/inventory.yaml
```