Abstract
This repo holds roles that join K8S nodes to an existing cluster.
Ansible K8S Nodes#
Galaxy#
Ansible Galaxy
References#
Indices and tables#
Playbook#
---
- name: Join k8s nodes to cluster
hosts: k8s09.breeze-blocks.net
become: true
roles:
- role: edwardtheharris.k8s.reset
tags:
- reset
- role: edwardtheharris.k8s.join
tags:
- join
- role: edwardtheharris.k8s.glances
tags:
- glances
Pre-requisites#
To make use of this repository, you should first set up a cluster using the code located in edwardtheharris/ansible-kcp.