nodepool/releasenotes/notes/fix-k8s-conf-loading-a54a371a3392f665.yaml
Tristan Cacqueray 39ff609835 kubernetes: handle situation where the configuration is empty
This change is a follow-up to I5bdd369f6c9a78e5f79a926d8690f285fda94af9
where it missed the case where the configuration could be None.

Change-Id: I613cbf82932e14a8048e4dcfbf539fe1d83bf9e3
2021-07-08 12:54:16 -07:00

7 lines
179 B
YAML

---
fixes:
- |
Fix Kubernetes in-cluster configuration loading if no local config
is present. The previous release missed a fallback case which has
been corrected.