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

Support for Ephemeral Containers #149

Open
npdgm opened this issue Aug 8, 2023 · 0 comments
Open

Support for Ephemeral Containers #149

npdgm opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@npdgm
Copy link
Member

npdgm commented Aug 8, 2023

This may be considered as a very low priority. I don't know if any operator makes use of ephemeral containers yet.

Currently kuik will not rewrite image locations for ephemeralContainer:

❯ kubectl run test --image=nginx --restart=Never

❯ kubectl debug -it test --image=busybox --target=test

❯ kubectl get pod test -o jsonpath="{.spec.containers[*].image} ; {.spec.ephemeralContainers[*].image}"
localhost:7439/nginx ; busybox⏎ 
@Nicolasgouze Nicolasgouze added the enhancement New feature or request label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants