|
1 | 1 | Release Notes for Container Ingress Services for Kubernetes & OpenShift |
2 | 2 | ======================================================================= |
3 | 3 |
|
4 | | -Next Release |
| 4 | +2.7.1 |
5 | 5 | ------------- |
6 | 6 | Enhancements |
7 | 7 | ```````````` |
8 | 8 | * Optimized processing of ConfigMaps with FilterTenants enabled |
9 | 9 | * Added support for multihost VS policy rules for same path and service backend combination |
| 10 | +* Improved error handling with EDNS Custom resource |
10 | 11 | * :issues:`1872` Support protocol UDP in Services of type LoadBalancer |
11 | 12 | * :issues:`1918` ExternalDNS adds both VSs to a Wide IP pool |
12 | 13 | * :issues:`2051` Fix AS3 Postdelay issue when error occurs |
13 | 14 | * :issues:`2077` Fix recreating ARPs when CIS restarts |
14 | 15 | * :issues:`2172` Fix Endpoint NodeName validation issue |
15 | | -* :issues:`2184` Helm Chart ClusterRole Does Not Have Correct Permissions |
| 16 | +* Helm Chart Enhancements: |
| 17 | + - issues:`2184` Helm Chart ClusterRole does not have correct permissions |
| 18 | + |
| 19 | +FIC Enhancements |
| 20 | +```````````````` |
| 21 | +* Added support for FIC installation using Helm Charts, Refer `Documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/helm-charts/f5-ipam-controller/README.md>`_ |
| 22 | +* Added support for FIC installation using OpenShift Operator |
| 23 | + |
| 24 | +Known issues |
| 25 | +```````````` |
| 26 | +* CIS does not delete the arp entries immediately from BigIP, When we remove all the endpoints for a service in cccl mode, |
| 27 | +* Unable to pass multiple infoblox labels to FIC helm charts & OpenShit Operator |
| 28 | +* Deletion of EDNS resource not removing Wide IP config from BigIP intermittently |
| 29 | +* CIS sends the failed tenant declaration every 30 secs with filter-tenant parameter when a 422 error occurs in as3 response |
| 30 | + |
| 31 | +Upgrade notes |
| 32 | +`````````````` |
| 33 | +* Moving from CIS > 2.6 with IPAM, see troubleshooting guide for IPAM issue ``ipams.fic.f5.com not found``. Refer `Troubleshooting Section <https://github.com/F5Networks/f5-ipam-controller/blob/main/docs/faq/README.md>`_ |
| 34 | +* Moving to CIS > 2.4.1 requires update to RBAC and CR schema definition before upgrade. See `RBAC <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/config_examples/rbac/clusterrole.yaml>`_ and `CR schema <https://raw.githubusercontent.com/F5Networks/k8s-bigip-ctlr/master/docs/config_examples/customResourceDefinitions/customresourcedefinitions.yml>`_ |
16 | 35 |
|
17 | 36 |
|
18 | 37 | 2.7.0 |
|
0 commit comments