Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 964 Bytes

testclusters-go Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • add cluster.*K3dCluster.WriteKubeConfig() to produce a KUBECONFIG for manual cluster debugging
  • [#16] provide feedback on node health for more cluster transparency
  • add convenience constructor cluster.NewK3dClusterWithOpts() for further cluster customizing
    • f. i. log level or custom cluster prefix
  • [#16] make disk pressure condition configurable

Changed

  • [#16] clean up cluster containers more robustly
    • containers may still prevail cleaning if the cluster test will be hard-terminated (f. i. pressing the Debug-Kill 💀 button in IntelliJ IDEA)