-
Notifications
You must be signed in to change notification settings - Fork 3.4k
kpr: Enhance kube-proxy replacement logging #41133
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
Conversation
/test |
7ad6044
to
e8ea365
Compare
/test |
2f7e3f0
to
7356503
Compare
/test |
7356503
to
ff7ff19
Compare
/test |
ff7ff19
to
9ca752b
Compare
/test |
591e849
to
4b3e390
Compare
/test |
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.
improves logging for the kpr at before start up and outputs the configuration being used to follow the practice that we followed before here.
It looks like it used to log this stuff but that got dropped at some point?
yes. I guess because we are deprecating most of configs through configmap and might think we can just drop this log. However, I have found that we always need |
4b3e390
to
5a889c4
Compare
bbd9b2b
to
0d86203
Compare
/test |
Thanks! Could you change the target branch to |
If I'm not mistaken, we also need this for |
@liyihuang Just a heads up. It looks like you need to resolve a merge conflict in |
0d86203
to
9560b3c
Compare
/test |
improves logging for the kpr before start up and outputs the configuration to follow the practice that we did before here. https://github.com/cilium/cilium/blob/v1.17/daemon/cmd/kube_proxy_replacement.go#L48-L52 Signed-off-by: Liyi Huang <liyi.huang@isovalent.com>
9560b3c
to
f324f40
Compare
/test |
improves logging for the kpr at before start up and outputs the configuration being used to follow the practice that we followed before here.
https://github.com/cilium/cilium/blob/v1.17/daemon/cmd/kube_proxy_replacement.go#L48-L52