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

service-mesh

Here are 362 public repositories matching this topic...

savvyray
savvyray commented Jun 29, 2021

Both versions of nacos2.0.0 and nacos2.0.2 were tried, unable to cluster successfully under mac and centos, the log output service is being restarted, unable to start normally, and cannot complete the election.
尝试了nacos2.0.0和nacos2.0.2两个版本,在mac和centos下都无法集群成功,日志一直输出服务在重启,无法正常启动,也无法完成选举.

alpeb
alpeb commented Jul 22, 2021

PodSecurityPolicy is deprecated as of k8s v1.21 and will be unavailable starting k8s v1.25. We're seeing such warnings when installing linkerd under newer k8s versions:

Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
podsecuritypolicy.policy/linkerd-linkerd-control-plane created

We have one PSP: linkerd-linkerd-control-plane and its co

kuma
jpeach
jpeach commented Jul 9, 2021

Summary

Most Kuma annotations use GetEnabled but kuma.io/sidecar-injected uses GetBool. This means that, even though kuma.io/sidecar-injected is a boolean annotation like plenty of others in Kuma, it doesn't not accept the same set of values.

We should dump GetBool and add strconv.ParseBool support to GetEnabled so that we have just one consistent way of handling boolean an

osm
allenlsy
allenlsy commented Jun 8, 2021

Please describe the Improvement and/or Feature Request

Many CLI commands are using the Golang native flags library, and temporary variables are declared globally in packages. This is difficult for doing unit test, as we need to store and restore global variable values in the process.

Cobra is a better choice for creating commands

meshery
leecalcote
leecalcote commented Jul 20, 2021

Description

Field labels overlap with field input, specifically saved user preference input.

When a user changes the performance load test defaults from the system defaults, the UI will correctly save the user's preference, but will display their preferred settings as overlapping the label of the input field.

Expected Behavior

  1. Move the field label out of the actual text fi

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 Jul 27, 2021
  • C#

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