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

Ensure passthrough clusters can be created #10301

Merged
merged 3 commits into from
May 26, 2021
Merged

Conversation

freddygv
Copy link
Contributor

Previously their creation was gated on the existence of the global mesh
config. The associated listener filter chain was being created
correctly.

Previously their creation was gated on the existence of the global mesh
config. The associated listener filter chain was being created
correctly.
@freddygv freddygv requested a review from a team May 26, 2021 19:48
@github-actions github-actions bot added the theme/envoy/xds Related to Envoy support label May 26, 2021
@@ -640,6 +640,14 @@ func TestClustersFromSnapshot(t *testing.T) {
{
name: "transparent-proxy",
create: proxycfg.TestConfigSnapshot,
setup: func(snap *proxycfg.ConfigSnapshot) {
snap.Proxy.Mode = structs.ProxyModeTransparent
snap.ConnectProxy.MeshConfigSet = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cluster should be created even if the config is nil.

Copy link
Member

@rboyer rboyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vercel vercel bot temporarily deployed to Preview – consul-ui-staging May 26, 2021 19:54 Inactive
@vercel vercel bot temporarily deployed to Preview – consul May 26, 2021 19:54 Inactive
@freddygv freddygv merged commit 3532806 into master May 26, 2021
@freddygv freddygv deleted the fixup/default-catalogdest branch May 26, 2021 21:05
@hc-github-team-consul-core
Copy link
Contributor

🍒 If backport labels were added before merging, cherry-picking will start automatically.

To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/375709.

@hc-github-team-consul-core
Copy link
Contributor

🍒✅ Cherry pick of commit 3532806 onto release/1.10.x succeeded!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants