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
pull/16521/head
Nikhita Raghunath 2019-09-24 22:13:30 +05:30 committed by Kubernetes Prow Robot
parent cf1a4adc31
commit d96cb03a79
1 changed files with 1 additions and 0 deletions

View File

@ -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