Skip to content
#

envoy

Here are 220 public repositories matching this topic...

stevesloka
stevesloka commented Aug 26, 2020

The cert-gen job has always used an image tag of :latest to get around the issue of applying the same manifest on top of an existing installation, however, tagged releases use a unique name for each certgen job for that release so there's no need to use latest for releases and can cause issues for users in air-gapped environments.

We should remove the :latest tag and use a specific versio

kuma
nickolaev
nickolaev commented Jul 7, 2020

Summary

Migrate CustomResourceDefinition to apiextensions.k8s.io/v1 as apiextensions.k8s.io/v1beta1 is deprecated

`CustomResourceDefinition` represents a resource that should be exposed on the API server. Its name MUST
be in the format .spec.name>..spec.group>.
Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.
`
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 Aug 28, 2020

Description
The table in the Meshery README.md containing supported platforms has a hyphen to indent each type of platform under its respective category. The hyphens are slightly distracting, making the table less legible.

Expected Behavior
Platforms listed under each category should be indented, but using whitespace ( ) or ta

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

You can’t perform that action at this time.