Skip to content
#

envoy

Here are 338 public repositories matching this topic...

elcasteel
elcasteel commented May 6, 2022

Gloo Edge Version

1.12.x (beta)

Kubernetes Version

No response

Describe the bug

Need to move VALIDATION_MUST_START definition from gateway deployment to gloo deployment now that gateway pod is removed
https://github.com/solo-io/gloo/blob/master/install/helm/gloo/templates/5-gateway-deployment.yaml#L92

If there are any values that might be set with gateway.deployment.custom

Type: Bug Good First Issue
skriss
skriss commented Feb 1, 2022

The "Introduction to Contour" link on the projectcontour.io landing page points to a blog from 2019 that references Contour v0.10, this link should be updated to point to something newer, or perhaps we could drop that entire section as it seems somewhat redundant with other ways to navigate the site.

help wanted good first issue area/documentation lifecycle/needs-triage
kuma
meshery
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

kind/feature help wanted good first issue priority/important-longterm
rodrigovc
rodrigovc commented Mar 2, 2022

I am doing unit tests for my filter with DispatchHttp, something like this:


_, err = proxywasm.DispatchHttpCall(ctx.clusterName, headers, body, nil, ctx.timeout, ctx.callback)
	if err != nil {
		proxywasm.LogCriticalf("big error: %v", err)
		proxywasm.ResumeHttpRequest()
		return types.ActionContinue
	}

I don't know of a way to mock the DispatchHttpCall method in order to re

good first issue
layer5
leecalcote
leecalcote commented May 4, 2022

Current Behavior
The repo at github.com/meshery/meshery-perf is new and is not yet listed in the Community Handbook's repository overview.

Desired Behavior
Create an entry for the new meshery/meshery-perf repo in the repository overview.


<img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/as

kind/enhancement help wanted good first issue language/markdown
Swaagie
Swaagie commented Mar 17, 2022

This is more a discussion than an issue. Would it be valuable to move every example into it's own folder and include a matching envoy config + docker compose config? This should allow developers exploring the proxy-wasm SDK to run the example easily.

If this is considered valuable, I can contribute the changes.

enhancement good first issue

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