Skip to content

Commit

Permalink
Documentation for multi cluster support
Browse files Browse the repository at this point in the history
  • Loading branch information
vklohiya committed Dec 16, 2024
1 parent 27c95b0 commit b82d43e
Show file tree
Hide file tree
Showing 34 changed files with 1,095 additions and 684 deletions.
12 changes: 12 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 in all the clusters when Active-Active or Ratio mode is configured.
* extendedServiceReferences have been deprecated for VS/TS CR in the Active-Active and Ratio mode.
* 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 @@ -20,6 +29,9 @@ Bug Fixes
* `Issue 3570 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3570>`_: tls irule fails if pool has no active members
* Support dots and dashes in object names aligned to AS3




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

Expand Down

This file was deleted.

597 changes: 72 additions & 525 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 b82d43e

Please sign in to comment.