-
Notifications
You must be signed in to change notification settings - Fork 40k
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
deprecate confusing flag usage for --bind-address
for api-server
#18128
Conversation
Labelling this PR as size/XS |
GCE e2e test build/test passed for commit e2cf9c87021509e7d8d420a18d8cbb2590982dcb. |
GCE e2e test build/test passed for commit 87f901d12aedbe5764d09681d1834af2c14a2a71. |
@@ -185,7 +185,7 @@ func (s *APIServer) AddFlags(fs *pflag.FlagSet) { | |||
fs.IPVar(&s.InsecureBindAddress, "address", s.InsecureBindAddress, "DEPRECATED: see --insecure-bind-address instead") | |||
fs.MarkDeprecated("address", "see --insecure-bind-address instead") | |||
fs.IPVar(&s.BindAddress, "bind-address", s.BindAddress, ""+ | |||
"The IP address on which to serve the --read-only-port and --secure-port ports. The "+ | |||
"The IP address on which to serve the --secure-port ports. The "+ |
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.
s/ports/port/
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.
Hm, is "The IP address on which to listen for the --secure-port." more readable?
GCE e2e build/test failed for commit 387d861. |
@lavalamp Comment addressed. |
lgtm |
Automatic merge from submit-queue |
Auto commit by PR queue bot
Fix #18049