Skip to content

Commit

Permalink
2.19.0 documentation (#3712)
Browse files Browse the repository at this point in the history
* Documentation for multi cluster support

* 2.18.1 Upgrade notes

* Fixing the passive-voice in release notes
  • Loading branch information
vklohiya authored Jan 9, 2025
1 parent 753975b commit 20be7fd
Show file tree
Hide file tree
Showing 35 changed files with 1,107 additions and 693 deletions.
15 changes: 15 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Added Functionality
```````````````````
**What's new:**
* Multi Cluster
* *local-cluster-name* parameter is a new and mandatory parameter for multi-cluster mode,
* Introducing the new *default* mode for MultiCluster topologies which supports the ServiceType LoadBalancer, VirtualServer CR and Transport Server CR. See `Documentation <./config_examples/multicluster/default-mode>`_
* CIS now supports the serviceType Load balancer discovery in remote clusters as well using the default mode. See `Documentation <./config_examples/multicluster/default-mode>`_
* Support for the MultiCluster serviceType load balancer in the default mode. See `Example <./config_examples/multicluster/default-mode/ServiceTypeLB/sample-multi-cluster-svc-lb.yaml>`_
* `Issue 3494 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3494>`_: make service discovery equal for all clusters by eliminating the extendedServiceReferences attribute
* CIS now does the service discovery for VS/TS CR from all the clusters in Active-Active or Ratio mode
* extendedServiceReferences property is not supported for VS/TS CR in the Active-Active and Ratio mode any more.
* Active-standby mode is not supported any more.

* CRD
* `Issue 3523 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3523>`_: Support for HTTP Compression profile in VS CR. See `Example <./config_examples/customResource/VirtualServer/httpCompressionProfile/>`_
* `Issue 3637 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3637>`_: Support for TLS in transport server. See `Example <./config_examples/customResource/TransportServer/transport-server-with-tls>`_
Expand All @@ -21,6 +30,9 @@ Bug Fixes
* `Issue 3654 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3654>`_: Persistent connection issue with SSL and HTTP pools in a VirtualServer Hostgroup
* Support dots and dashes in object names aligned to AS3




2.18.1
-------------

Expand All @@ -46,6 +58,9 @@ Bug Fixes
* `Issue 3508 </~https://github.com/F5Networks/k8s-bigip-ctlr/issues/3508>`_: Fix to disable default uid in F5 BIG-IP Controller Operator
* Fix for handling resource deletion in case of multiple VS/TS sharing the service

Upgrade notes
``````````````
* Improved the resource status for Virtual Server, Transport Server, and Ingresslink, please upgrade the CRD schema using [CRD Update Guide](/~https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/config_examples/customResourceDefinitions/crd_update.md)

2.18.0
-------------
Expand Down

This file was deleted.

611 changes: 79 additions & 532 deletions docs/config_examples/multicluster/README.md

Large diffs are not rendered by default.

This file was deleted.

19 changes: 0 additions & 19 deletions docs/config_examples/multicluster/ServiceTypeLB/svc-lb2.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 20be7fd

Please sign in to comment.