The Wayback Machine - https://web.archive.org/web/20220709112901/https://github.com/topics/service-mesh
Skip to content
#

service-mesh

Here are 454 public repositories matching this topic...

consul
MatthiasGrandl
MatthiasGrandl commented Jun 9, 2022

So pretty weird issue:
I am creating 2 prefixes, one empty, one not empty like this...

consul kv put testprefix/
consul kv put testprefix2/testkey

then when I curl those prefixes recursively like:

curl localhost:8500/v1/kv/testprefix?keys
# this is the reply -> ["testprefix/","testprefix2/testkey"]

notice how only testprefix/ is specifically listed?

now

type/enhancement good first issue theme/kv
fgksgf
fgksgf commented May 18, 2022

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

We should provide multi-architecture Docker images of skywalking-eyes, just like other SkyWalking sub-projects.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • [
docker good first issue license eye
figaw
figaw commented May 21, 2022

What is the issue?

Browsing linkerd viz, you'll sometimes come across "Current Tap query" or similar, but when I copy the command and run it in the terminal it says,

Command "tap" is deprecated, use instead 'linkerd viz tap [flags] (RESOURCE)'

How can it be reproduced?

Troubleshooting the "getting started" emoji voto app, suggests on the Tap-site for the /api/vote-en

aniaan
aniaan commented Mar 11, 2022

Is your feature request related to a problem? Please describe.

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
aljesusg
aljesusg commented Jun 14, 2022

After upgrade node to the latest one I got the message that node engine must be >=12.22.0 and < 16. this is great because we set in the package.json:

"node": ">=12.22.0 && <16"

So I installed the latest 15.X 15.14.0 (latest one of 15) and I got :

`error npmlog@6.0.2: The engine "node" is incompatible with this

bug good first issue
kuma
osm
meshery
nickschuetz
nickschuetz commented Feb 5, 2022

Version

1.2.x (latest stable)

Describe the requested changes

The following link is broken in meshctl check output:

🟡 Gloo Mesh Agents Connectivity
    Hints:
    * No registered clusters detected. To register a remote cluster that has a deployed Gloo Mesh agent, add a KubernetesCluster CR.
      For more info, see: https://docs.solo.io/gloo-mesh-enterprise/latest/setup/clus

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Jun 27, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the service-mesh topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-mesh topic, visit your repo's landing page and select "manage topics."

Learn more