Skip to content
#

envoy

Here are 331 public repositories matching this topic...

jmunozro
jmunozro commented Feb 21, 2022

Version

1.11.x (beta)

Is your feature request related to a problem? Please describe.

I would like to define all redis values from a single place, like:

apiVersion: v1
kind: Secret
metadata:
  name: redis-credentials
  namespace: crossplane-system
data:
  endpoint: MTcyLjI2rrLjIwOCdsds40
  password: MzUzOGI0YTYteMjFhYidsdsds00OWZiLWIwZTUtYzYxOTA2NTFjNDYy
  port: NjMds
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

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