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

service-mesh

Here are 343 public repositories matching this topic...

coveyliu
coveyliu commented Apr 12, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • [√ ] Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

  • What do you want to know?
    Is there no support for python websocket

Bug

  • Which version of SkyWalking, OS, and JRE?

  • Which company or project?

  • What happened?

olix0r
olix0r commented Apr 9, 2021

I incorrectly ran linkerd viz upgrade, which isn't actually a command, this makes for some awkward, unhelpful output:

:; linkerd viz upgrade | k apply -f -
error: error parsing STDIN: error converting YAML to JSON: yaml: line 3: mapping values are not allowed in this context

This is because the error message is printed to stdout and not stderr:

:; linkerd viz upgrade >/dev
kuma
bdecoste
bdecoste commented Apr 8, 2021

Summary

Password should not be in clear text

Steps To Reproduce

`2021-04-08T22:13:16.512Z INFO kuma-cp.run Current config {"apiServer":{"auth":{"allowFromLocalhost":true,"clientCertsDir":"/home/ec2-user"},"corsAllowedDomains":[".*"],"http":{"enabled":true,"interface":"0.0.0.0","port":5681},"https":{"enabled":true,"interface":"0.0.0.0","port":5682,"tlsCertFile":"/home/ec2-user/ip-1

osm
EItanya
EItanya commented Apr 8, 2020

We should improve our cluster name validation at cluster registration time. Currently, providing a non-k8s-compliant name will result in the installation of all agent charts but will fail when provisioning the remote service account.

❯ meshctl cluster register --cluster-name cluster1ASD--
INFO[0005] finished installing chart as release: agent-crds
INFO[0008] finished installing char

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 Mar 31, 2021
  • C#
meshery

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