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

Use ephemeral containers (stable in k8s 1.25) #17

Open
tjololo opened this issue Oct 8, 2022 · 0 comments
Open

Use ephemeral containers (stable in k8s 1.25) #17

tjololo opened this issue Oct 8, 2022 · 0 comments
Labels
kind/feature-request New feature or request

Comments

@tjololo
Copy link
Member

tjololo commented Oct 8, 2022

What needs to be solved?

Currently the tool modifies te resource yaml and adds a sidecar with the debug tool. This requires the applications to be restarted befor debugging is possible.
This could potentially fix a failiur situation (turning it off and on again)

How do you want it solved?

Ephemeral containers can be attached to running pod and should remove the complexity in this tool as it does not need to care about daemonsets and deployments.

Alternative solutions

kubernetes/enhancements#277

Additional context

@tjololo tjololo added the kind/feature-request New feature or request label Oct 8, 2022
@tjololo tjololo assigned altinnadmin and unassigned altinnadmin Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants