Abstract

This repo holds roles that join K8S nodes to an existing cluster.

Ansible K8S Nodes#

GitHub Actions Workflow Status GitHub CodeQL GitHub Pages Status GitHub Actions Workflow Status

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.