We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CIS Version : 2.19 Build: f5networks/k8s-bigip-ctlr:latest BIGIP Version: Big IP v17.1.1.3 AS3 Version: 3.52 Agent Mode: AS3 Orchestration: K8S Orchestration Version: Pool Mode: Nodeport Additional Setup details: Rancher/Calico network
VS is not working with CIS in default multicluster mode
VS to should forward traffic to the service.
Connection reset
spec: bigipRouteDomain: 0 host: f5-hello-world.domain.com partition: test pools: - monitor: interval: 5 timeout: 16 type: tcp multiClusterServices: - clusterName: cluster1 namespace: default service: f5-hello-world servicePort: 8080 - clusterName: cluster2 namespace: default service: f5-hello-world servicePort: 8080 virtualServerAddress: x.x.x.x status: status: OK vsAddress: x.x.x.x
The text was updated successfully, but these errors were encountered:
Created [CONTCNTR-5186] for internal tracking.
Sorry, something went wrong.
@trinaths this is needs to be fixed in the 2.19.1 maintenance release for customer. Major slip!!
Scheduled 2.19.1 Sprint 2 - Begins 29th Jan
No branches or pull requests
Setup Details
CIS Version : 2.19
Build: f5networks/k8s-bigip-ctlr:latest
BIGIP Version: Big IP v17.1.1.3
AS3 Version: 3.52
Agent Mode: AS3
Orchestration: K8S
Orchestration Version:
Pool Mode: Nodeport
Additional Setup details: Rancher/Calico network
Description
VS is not working with CIS in default multicluster mode
Steps To Reproduce
Expected Result
VS to should forward traffic to the service.
Actual Result
Connection reset
Spec YAML file:
spec:
bigipRouteDomain: 0
host: f5-hello-world.domain.com
partition: test
pools:
- monitor:
interval: 5
timeout: 16
type: tcp
multiClusterServices:
- clusterName: cluster1
namespace: default
service: f5-hello-world
servicePort: 8080
- clusterName: cluster2
namespace: default
service: f5-hello-world
servicePort: 8080
virtualServerAddress: x.x.x.x
status:
status: OK
vsAddress: x.x.x.x
The text was updated successfully, but these errors were encountered: