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

Inject kube-system components #1931

Closed
grampelberg opened this issue Dec 5, 2018 · 1 comment
Closed

Inject kube-system components #1931

grampelberg opened this issue Dec 5, 2018 · 1 comment

Comments

@grampelberg
Copy link
Contributor

What problem are you trying to solve?

Debugging k8s issues can be difficult. I would like to inject kube-system components to get visibility into what is going on.

How should the problem be solved?

$ kubectl -n kube-system get deploy,daemonset -o yaml | linkerd inject - | kubectl apply -f -
@grampelberg
Copy link
Contributor Author

This is likely difficult/impossible for most kube-system components because of reconciliation (the original owner will "fix" the spec back to what it was originally).

It would be possible to run something externally (#1887) on a node/node basis, but that seems like a pretty large architectural change.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant