Skip to content

Commit 399d020

Browse files
agilgur5hakman
andauthored
docs: Add note to 1.22 about the CA CN rename (#15324)
* docs(release): add note to 1.22 about the CA CN rename - this broke some of my teams' automation code that relied on the CN, so thought it would be good to call out in case anyone else stumbles upon this in order to not spend a few hours debugging - this change may particularly impact Prod environments, where the cluster has not been rebuilt in some time (years), and so they will have the old CN while new clusters in lower environments will have the new CN - so code that relies on the CN may unexpectedly break Production while working fine in lower environments - fortunately we caught this in our QA env, but it passed Dev fine * Apply suggestion from @hakman --------- Co-authored-by: Ciprian Hacman <[email protected]>
1 parent 0338039 commit 399d020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/releases/1.22-NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ For file assets, it means adding an explicit path as shown below:
163163
The previous behavior of using self-signed certs may be restored by setting `kubeControllerManager.tlsCertFile` and/or
164164
`kubeScheduler.tlsCertFile` to `""` in the cluster spec.
165165

166+
* kOps has changed the CN of the Kubernetes general CA from `kubernetes` to `kubernetes-ca`. This change is backward-compatible, but any tools using the CN will need to be updated.
167+
166168
* Cilium now supports the wireguard protocol for transparent encryption.
167169

168170

0 commit comments

Comments
 (0)