Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

fix(fl-operator): reconnect on reconcile to handle failures with envoy #42

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Commits on Jan 2, 2023

  1. fix: reconnect on reconcile to handle failures with envoy

    In early cluster stage, envoy doesn't yet work as expected and needs a new gRPC
    connection once it does. This causes a problem with this controller as it caches
    the (falsy) connection once a first one is established. To fix this, we create a
    new connection every time the reconcile loop is run.
    nfnt committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    376e8df View commit details
    Browse the repository at this point in the history