Skip to content
#

envoy

Here are 260 public repositories matching this topic...

kuma
nickolaev
nickolaev commented Jan 6, 2021

Summary

Today our testing infrastructure relies heavily on KinD which is a convenient way to run ephemeral K8s clusters locally. However, since it packs a full K8s distro, it tends to be slow especially when several clusters are run in parallel (e.g. our multi-zone). We surely know docker can do better as spinning a couple of Kuma universal cluster

alexbrand
alexbrand commented Aug 23, 2018

Use heptio/workgroup to improve handling of the multiple goroutines that are spawned in each of the discoverers. This will also help us to bubble up errors to main, and handle them appropriately.

An example of this is #224. We wanted to handle the case where re-auth failed 3 times, but there was no good way of bubbling up the error to main.go. We could make reconciler.Run return an error to bub

meshery
leecalcote
leecalcote commented Dec 1, 2020

Current Behavior
The individual service mesh management pages have a namespace field with "default" prepopulated.

Desired Behavior
The namespace field should not only show "default" as an option, but should also include the list of namespaces that are currently present in the user's Kubernetes environment. Pre-populating this text field will be a UX improvement and it will also help

layer5
leecalcote
leecalcote commented Jan 22, 2021

Current Behavior
In blogs and other pages, the Layer5 site needs to the ability to show a stylized quote from a person.

Desired Behavior
A new custom React component needs to show the person's quote, name, and title. Name and title can be optional properties.

Implementation
Turn this into a custom component called "Blockquote" - https://codepen.io/jupago/pen/GPxqLX


**

Improve this page

Add a description, image, and links to the envoy 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 envoy topic, visit your repo's landing page and select "manage topics."

Learn more