From ae711a4c81b16f125a4a4bbd24df9c09709523cc Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Thu, 9 Jun 2022 10:07:43 +0100 Subject: [PATCH] Add change release note for Kubernetes auth (#15891) --- changelog/15584.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/15584.txt b/changelog/15584.txt index 1e6c160fc..ebf4f113b 100644 --- a/changelog/15584.txt +++ b/changelog/15584.txt @@ -1,3 +1,6 @@ ```release-note:bug auth/kubernetes: Fix error code when using the wrong service account ``` +```release-note:change +auth/kubernetes: If `kubernetes_ca_cert` is unset, and there is no pod-local CA available, an error will be surfaced when writing config instead of waiting for login. +``` \ No newline at end of file