-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cilium: Remove enableRuntimeDeviceDetection option #39633
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
cilium: Remove enableRuntimeDeviceDetection option #39633
Conversation
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.
Also need to remove
cilium/daemon/cmd/daemon_main.go
Lines 243 to 245 in 088f292
flags.Bool(option.EnableRuntimeDeviceDetection, true, "Enable runtime device detection and datapath reconfiguration (experimental)") | |
option.BindEnv(vp, option.EnableRuntimeDeviceDetection) | |
flags.MarkDeprecated(option.EnableRuntimeDeviceDetection, "Runtime device detection and datapath reconfiguration is now the default and only mode of operation") |
Other than that LGTM.
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.
Ack for doc changes
This has been a no-op and deprecated since v1.16. Signed-off-by: Jussi Maki <jussi@isovalent.com>
1370f3a
to
481f217
Compare
Oopsie, fixed! |
/test |
/test |
This has been a no-op and deprecated since v1.16.