Skip to content
#

envoy

Here are 261 public repositories matching this topic...

paulczar
paulczar commented Feb 4, 2021

What steps did you take and what happened:

in the https://projectcontour.io/getting-started/ it gives instructions for using the Operator

kubectl apply -f https://projectcontour.io/quickstart/operator.yaml

and

kubectl apply -f https://projectcontour.io/quickstart/contour-custom-resource.yaml

and specifies:

Deploying Contour using either option crea
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
layer5

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