Files
kubernetes/CHANGELOG.md

9.1 KiB

0.2.0rc0 (2023-11-02)

Bug Fixes

  • firewall: 9c420475 - use correct chain name [ !5 #2 ]
  • firewall: ba59dd30 - correct rules so that kubernetes hosts are added to firewall allowed hosts [ !5 #2 ]
  • wireguard: 4a9d9839 - install before k3s [ !5 ]
  • templates: 89b65732 - add clause to filter for prime master only [ !5 ]
  • install: b77cc6a8 - install prime then wait till ready before install other nodes [ !5 ]
  • install: 26f1f2ef - server install to use version variables [ !5 ]
  • configure: db515d2c - move required config files to install portion [ !5 ]
  • config: 1b62a666 - cluster-init only required for master nodes [ !5 ]

Code Refactor

  • 4d9f9dcd - use kubernetes_config for cluster config [ !5 ]
  • template: 50f48ab5 - config.yaml rearranged orderd, and updated for kube role [ !5 ]
  • install: 4465bcd2 - clean wait for k3s to be ready [ !5 ]

Features

  • install: c7907bf5 - install additional master nodes [ !5 #2 ]
  • install: fd547a4c - install worker nodes [ !5 #2 ]
  • install: 76e48fd9 - wait for cluster to be ready before continuing [ !4 ]
  • config: abc01ce4 - enable configering etc cron and retention [ !4 ]

0.1.0 (2023-10-29)

Bug Fixes

  • k3s: 9ac52ee1 - use correct variables in conditional clauses [ !2 ]
  • 8272b250 - uncommented hash tasks as they are required [ !2 ]
  • install: 57d268ec - config files only required for prime master [ !2 ]
  • install: 0f4a02ca - restructure and uncommented install steps [ !2 ]
  • 49087753 - dont flush handlers [ !2 ]

Code Refactor

  • 93897ea7 - moved config file deploy to be part of install tasks [ !2 ]

Continious Integration

Documentaton / Guides

Features

  • networking: 60fd25df - install and configure wireguard encryption [ !2 #3 ]

0.0.1 (2023-10-28)