-
Notifications
You must be signed in to change notification settings - Fork 107
KnativeEventing: Allow to set HostNetwork via spec.*.hostNetwork #1471
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
Comments
This issue is stale because it has been open for 90 days with no |
Keep |
This issue is stale because it has been open for 90 days with no |
keep |
This issue is stale because it has been open for 90 days with no |
Keep |
This issue is stale because it has been open for 90 days with no |
keep |
This issue is stale because it has been open for 90 days with no |
/reopen |
@kahirokunn: Reopened this issue. 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-sigs/prow repository. |
Problem
After building a vxlan with EKS, I cannot connect to the webhook pod from controlplane in EKS and I get an Address is not allowed error.
To solve this problem, I need to set
hostNetwork: true
anddnsPolicy: ClusterFirstWithHostNet
.Therefore, we need an option that can override hostNetwork.
If hostNetwork is true, dnsPolicy is recommended to set ClusterFirstWithHostNet, so it would be kind to set it automatically.
Persona:
Which persona is this feature for?
Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: