Skip to content

Support for Ephemeral Containers #149

Open
@npdgm

Description

@npdgm

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⏎ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions