From d96cb03a7920358f82c565187176c1c77a685997 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Tue, 24 Sep 2019 22:13:30 +0530 Subject: [PATCH] Add known issue about informer-gen in release notes (#16523) Issue: https://github.com/kubernetes/kubernetes/issues/82860 Fix in: https://github.com/kubernetes/kubernetes/pull/82410 --- content/en/docs/setup/release/notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/setup/release/notes.md b/content/en/docs/setup/release/notes.md index 53116a20fe..5fb3288d09 100644 --- a/content/en/docs/setup/release/notes.md +++ b/content/en/docs/setup/release/notes.md @@ -89,6 +89,7 @@ The main themes of this release are: - The etcd and KMS plugin health checks are not exposed in the new `livez` and `readyz` endpoints. This will be fixed in 1.16.1. - Systems running `iptables` 1.8.0 or newer should start it in legacy mode. Please note that this affects all versions of Kubernetes and not only v1.16.0. For more detailed information about the issue and how to apply a workaround, please refer to the official documentation +- Generating informers for packages in directories containing dots in their name is broken. This will be fixed in v1.16.1. ([#82860](https://github.com/kubernetes/kubernetes/issues/82860)) ## Urgent Upgrade Notes