You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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⏎
The text was updated successfully, but these errors were encountered:
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
:The text was updated successfully, but these errors were encountered: