-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support injection for applications with statefulset but no deployment. #91
Comments
Hi @snyderpa-owl, the current implementation doesn't support injecting to StatefulSets, what you can do is expose a service with the port with the |
Thanks @omrikiei here is what I am trying -- can you help me get past this?
I am able to create a simple deployment using |
@snyderpa-owl which k8s version are you using? I want to try and replicate this |
Connected to an AWS EKS cluster I am using this:
|
Any updates on this I need something similar for a DaemonSet |
That would make sense for my use-case as well |
I have a fairly simple use-case but struggling to work out the series of commands to make this happen. In a dev environment with several namespaces each serving a php web app declared using a statefulset configuration, I want to reverse forward port 9003 to my local xdebug client. I expect
to use the existing statefulset or for ktunnel to provide an
ktunnel inject statefulset
command.If there is a workaround or a supported way to accomplish this, help would be appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: