-
Notifications
You must be signed in to change notification settings - Fork 690
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
crd/ContourDeployment: Add field 'Ports' #4705
Conversation
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4705 +/- ##
==========================================
- Coverage 76.50% 76.44% -0.07%
==========================================
Files 140 140
Lines 16772 16793 +21
==========================================
+ Hits 12832 12837 +5
- Misses 3690 3705 +15
- Partials 250 251 +1
|
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Could you explain what you're trying to accomplish with this change? Need to consider how this relates to Gateway Listeners' concept of Ports, which define the port a client would use to connect to the Gateway. |
the main reason is to let user can set the |
xref #4499 |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
kubernetes-sigs/gateway-api#1061 is closed, so what's the plan about contour @skriss |
@izturn ack, will try to revisit this in the coming weeks. If you could add some more detail on your use case, that'd be helpful. |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
|
ping |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
@skriss @sunjayBhatia ping |
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
ping @skriss @sunjayBhatia |
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
Signed-off-by: Gang Liu <gang.liu@daocloud.io>
I'm not crazy about specifying some port info in What if alternately, we did the following:
cc @sunjayBhatia interested in your thoughts here. |
Ok, I will make a new PR, @skriss thx |
makes sense to me, i think the auto-assigned port idea has come up upstream as well so will be good feedback to give if users need it |
@izturn I am going to close this PR out and will keep an eye out for a new PR per #4705 (comment), thanks for the patience on this one! |
add the field
Ports
tocrd/ContourDeployment
to enable set containerPort & nodePort for envoy serviceSigned-off-by: Gang Liu gang.liu@daocloud.io