Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(connect envoy): set initial_fetch_timeout to wait for initial xDS… #17317

Merged
merged 2 commits into from
May 15, 2023

Conversation

DanStough
Copy link
Member

Description

Consul updates for #17283. Consul dataplane updates to follow.

This changes the time Envoy waits for the initial xDS configuration from the default (15s) to indefinitely. This prevents Envoy from starting with only a partial list of listeners/clusters.

Testing & Reproduction steps

Goldenfile tests have been updated since this affects Envoy's bootstrap configuration.

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@DanStough DanStough added backport-inactive/1.14 This release series is no longer active backport-inactive/1.15 This release series is longer active. Use backport/ent/1.15. labels May 11, 2023
@github-actions github-actions bot added the theme/cli Flags and documentation for the CLI interface label May 11, 2023
@DanStough DanStough force-pushed the dans/NET-3917/default-0s-initial_fetch_timeout branch from 91fbad1 to 530d192 Compare May 11, 2023 20:05
.changelog/17317.txt Outdated Show resolved Hide resolved
Co-authored-by: Kiril Angov <kiril.angov@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-inactive/1.14 This release series is no longer active backport-inactive/1.15 This release series is longer active. Use backport/ent/1.15. theme/cli Flags and documentation for the CLI interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants