Skip to content

Commit

Permalink
Update documentation (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzon authored Oct 24, 2024
1 parent f486cb6 commit e3c0ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/config_examples/multicluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Following is the sample deployment for primary CIS deployment:
1. Update the ```multi-cluster-mode``` to *secondary* for secondary CIS deployment in high availablility topology, See [High Availability CIS](#high-availability-cis).
2. Update the ```multi-cluster-mode``` to *standalone* for standalone topology, See [Standalone CIS](#standalone-cis).

**Note**: _weight_ needs to be specified only in A/B scenario
**Note**: _weight_ needs to be specified only in [A/B](#ab-or-alternate-backends) scenario

**Note**:
* For HA mode [namely Active-Standby, Active-Active, Ratio], CIS monitored resource manifests(such as routes, CRDs, extendedConfigmaps) must be available in both the clusters.
Expand Down Expand Up @@ -519,7 +519,7 @@ Following is the sample deployment for primary CIS deployment:

### Cluster wise Ratio for traffic distribution
CIS supports distribution of traffic across clusters as per the ratio configured for each cluster in the extended ConfigMap.<br>
It works even along with A/B where different weights are defined for each service. In such a case the ratio of traffic
It works even along with [A/B](#ab-or-alternate-backends) where different weights are defined for each service. In such a case the ratio of traffic
distribution is computed taking into consideration both the service weights and cluster ratio.<br>
However, the ratio of the clusters those haven't hosted any services linked to the concerned route are not taken into consideration
while computing the final ratio.<br>
Expand Down Expand Up @@ -616,13 +616,13 @@ CIS requires read-only permission in Kubeconfig of external clusters to access r
No. CIS can manage only Standalone BIG-IP or HA BIG-IP. In other words, CIS acts as a single point of BIG-IP Orchestrator and supports Multi-Cluster.

### Is traffic splitting with cluster ratio supported?
Yes. CIS supports traffic splitting as per the ratio specified for each cluster and also works with A/B as well.
Yes. CIS supports traffic splitting as per the ratio specified for each cluster and also works with [A/B](#ab-or-alternate-backends) as well.

### Is A/B supported in multiCluster mode?
Yes. CIS supports A/B with multiCluster.
Yes. CIS supports [A/B](#ab-or-alternate-backends) with multiCluster.

### Is A/B custom persistence supported in all the modes?
No. A/B persistence is supported in ratio mode and pool member type as cluster.
No. [A/B](#ab-or-alternate-backends) persistence is supported in ratio mode and pool member type as cluster.

### Does Secondary CIS require resource manifests existing in Primary Cluster?
Yes. CIS on Secondary Cluster will not process the CIS monitored resource manifests[NextGen Routes, CRDs, extendedConfigmap] if they are not available in Primary Cluster.
Expand Down
2 changes: 1 addition & 1 deletion f5-bigip-ctlr-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV HOME=/opt/helm
LABEL name="F5 Container Ingress Services Operator" \
maintainer="[email protected]" \
vendor="F5 Networks Inc." \
version="v1.18.0" \
version="v1.19.0" \
release="1" \
summary="Container Ingress Services Operator for F5 BIG-IP" \
description="F5 BIG-IP Controller Operator is a Service Operator which installs F5 BIG-IP Controller (Container Ingress Services) on Kubernetes and OpenShift platforms and respective supported versions."
Expand Down

0 comments on commit e3c0ec4

Please sign in to comment.