Skip to content
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

Allow optional use of Ingress objects in k8s #2620

Open
0x416e746f6e opened this issue Jan 2, 2025 · 0 comments
Open

Allow optional use of Ingress objects in k8s #2620

0x416e746f6e opened this issue Jan 2, 2025 · 0 comments
Labels
cli For bugs relating to the CLI feature request painful Painful bug

Comments

@0x416e746f6e
Copy link

Background & motivation

Presently kurtosis will always deploy both Service and Ingress objects to k8s. This is not really necessary (and likely causes unnecessary deployment of load-balancers and whatnot by the relevant ingress controllers).

Desired behaviour

Ideally it should be configurable on as-needed basis whether the Ingress is deployed. Actually, most of time Service alone is more than enough.

How important is this to you?

Painful; the lack of this feature makes using Kurtosis frictionful.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request painful Painful bug
Projects
None yet
Development

No branches or pull requests

1 participant