Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for multi cluster support #3687

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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