-
Notifications
You must be signed in to change notification settings - Fork 438
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
apis/v1beta1: remove ComponentUseLocalHostAsDefaultHost feature gate #3334
Conversation
4abed7c
to
8b03377
Compare
c08913e
to
81b7cbb
Compare
seems like theres a linter issue still and a few e2e tests failing, but the logic LGTM. |
55b41de
to
56279c8
Compare
tests/e2e-instrumentation/instrumentation-python-multicontainer/02-assert.yaml
Outdated
Show resolved
Hide resolved
5977990
to
b9c5e2c
Compare
map[string]string{"feature-gates": "-component.UseLocalHostAsDefaultHost"}, | ||
map[string]string{}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this still be true?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe not if the test is running all the upgrades...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
y, I think the Problem is that the upgrade does not stop at 104.
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
b9c5e2c
to
2f26a0e
Compare
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Description:
Needs rebase after #3333
Link to tracking Issue(s):
Testing:
Documentation: