cluster-gateway icon indicating copy to clipboard operation
cluster-gateway copied to clipboard

Multi-cluster api gateway based on apiserver-aggregation.

Results 10 cluster-gateway issues
Sort by recently updated
recently updated
newest added

aligin with kubevela https://github.com/kubevela/kubevela/blob/master/.github/workflows/registry.yml

OFFLINE means that all the requests come to the offline clusters will be bypass and return normally, and - vela-core can recognize the defined return code, and set the status...

当我通过cluster-gateway调用 pod GetLogs接口是会出现连接断开的问题,大概是1分钟左右。 version:v1.3.2 cluster-gateway日志如下: 2022/04/28 13:17:37 httputil: ReverseProxy read error during body copy: context deadline exceeded E0428 13:17:37.307985 1 wrap.go:54] timeout or abort while handling: method=GET URI="/apis/cluster.core.oam.dev/v1alpha1/clustergateways/cluster1/proxy/api/v1/namespaces/kube-system/pods/kube-apiserver-node1/log?follow=true&tailLines=150" audit-ID="25c2a7a7-7a2f-4bf6-b805-105771b6ebfd" E0428...

bug

Hi, I have 2 questions regarding the load balancing while connecting the managed cluster through cluster-gateway. First, I'm running 6 kubevela controllers pods (sharding mode) and 4 cluster-gateway pods and...

In the old way, the cluster-gateway leverages the aggregated APIServer as proxy endpoint for multiple clusters connection. This helps users to discovery clusters easily while provide the security align with...

Now there are two weaknesses in release CI: 1. Checking chart version before building images: https://github.com/oam-dev/cluster-gateway/blob/master/.github/workflows/go-release.yml#L35. This causes several pre-release failure: - https://github.com/oam-dev/cluster-gateway/actions/runs/3844678538 - https://github.com/oam-dev/cluster-gateway/actions/runs/3827369890 - https://github.com/oam-dev/cluster-gateway/actions/runs/3637240597 This is a...

# Proposal: Client Identity Exchanger ### Background In v1.4.0, we have ClientIdentityPenetration feature flag which allows cluster-gateway to pass the hub cluster identity to the managed cluster requests. This ensures...