gloo-mesh icon indicating copy to clipboard operation
gloo-mesh copied to clipboard

The Service Mesh Orchestration Platform

Results 104 gloo-mesh issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Applying a VirtualMesh on GM 1.0.5 causes the following error in relay. which then causes it to delete the istiod pod over and over, forever ```json {"level":"error","ts":1620337065.1139464,"msg":"encountered...

Type: Bug

Currently our selectors have the following semantics: 1. **Matcher based selectors** - selects a group of objects using a triplet of `labels`, `namespaces`, and `clusters` - omission of any field...

Area: API
Type: Enhancement

**Describe the bug** To include all clusters in a traffic policy destination you need to omit the clusters field rather than use '*' Bad ```yaml apiVersion: networking.mesh.gloo.solo.io/v1 kind: TrafficPolicy metadata:...

Type: Bug

**Describe the bug** There are multiple timestamps being logged. Can they all be standardized in a human readable format for users to debug the app? Example ``` {"level":"info","ts":"2021-05-03T18:00:28.164Z","caller":"zap/grpclogger.go:73","msg":"[core]Channel Connectivity change...

Type: Bug

**Is your feature request related to a problem? Please describe.** I was frustrated recently when trying to install Gloo Mesh on GKE. The Google account I was working under was...

Area: CLI
Type: Enhancement
Enterprise

We dont have Prometheus dashboard for Gloo Mesh metrics https://docs.solo.io/gloo-mesh/main/guides/observability/metrics/ We should use these dashboards as a starting point https://github.com/solo-io/workshops/tree/master/istio-day2/1-deploy-istio/labs/03/dashboards https://github.com/solo-io/workshops/blob/master/istio-day2/1-deploy-istio/03-observability.md

Type: Enhancement

meshctl install uses `gloo-mesh`, but the helm install command in the enterprise docs uses `gloo-mesh-enterprise`. The uninstall command `meshctl uninstall` without any flags only looks for `gloo-mesh` We can use...

Type: Bug

Currently Gloo Mesh reconciles the state of the world on each loop. We can improve the performance and scalability of Gloo Mesh's reconciliation by moving to a model where only...

Type: Enhancement

ImagePullOptions on the WasmDeployment are currently unimplemented: https://github.com/solo-io/gloo-mesh/blob/v1.0.0/api/enterprise/networking/v1beta1/wasm_deployment.proto#L124 Implement the image pull secret option.

Type: Enhancement
Enterprise

**Describe the bug** Throughout many places in our docs, we show users to deploy Gloo Mesh custom resources in Gloo-mesh ns. I don't think this is good practice and contradict...

Type: Bug