Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.3 KB

f8s - Kubernetes on Fedora

f8s is an Ansible playbook for deploying Kubernetes on Fedora

This playbook is intended to be run against a remote host but can also be used on your local machine if running Fedora.

Note - The playbook is currently still being developed and isn't finished yet. Please stay tuned for updates!

Supported Operating Systems:

Requirements:

You must have Ansible and the Kubernetes collection installed on the host running the playbook.

Kubernetes collection:

ansible-galaxy collection install kubernetes.core

Script for preparing Fedora hosts:

The following script is available for preparing Fedora hosts:

bash prepare-fedora.sh

Usage

Run the playbook:

ansible-playbook f8s.yaml

Note - The playbook isn't finished yet. Currently working on the main kubernetes role.