-
Notifications
You must be signed in to change notification settings - Fork 588
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
Make the webhook server port configurable via flag #1120
Comments
/help |
@joonas: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@joonas I'd like to work on this. Could you please provide an example of the desired functionality and/or how to run it? |
@luigi-riefolo Great! I believe what we should look at doing is adding a new flag (say Note, we should default the new flag with the existing default value. Is that enough context to get you started? |
@joonas should we set default value to |
@tahsinrahman I think having the default be |
Wouldn't it make more sense to use a higher port so it doesn't require root? I'd go with 8443 for the default (assuming no conflicts with e.g. the metrics server or something else). |
+1 on having a higher port and use non-root user |
@luigi-riefolo Could you |
/assign |
@joonas it is |
@luigi-riefolo I would recommend working against the
@detiber @ncdc @vincepri thoughts on having a script in this repo that would check your path for |
While we don't ship clusterctl as part of the release, the Makefile builds it in a local directory before using it https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/Makefile#L109-L110 |
@vincepri the above make target generates this error:
is this a known issue? |
That's unfortunate, can you file a different issue? Seems something broke somewhere in modules |
Filed #1169 |
/kind feature
Describe the solution you'd like
It was pointed out that in some cases the default value (443) for the webhook server port can be problematic, so we should should make this configurable via a flag.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: