-
Notifications
You must be signed in to change notification settings - Fork 97
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
Accessing logs from a k8s pod #142
Comments
No, you aren't missing anything, it isn't supported yet. It is a bit of s special case on the Kubernetes API so would probably be supported in skuber via a new method on the client api. |
Cheers David, I suspected as much. |
I actually implemented something myself before I saw that you are working on it - see PR #146 (comments welcome) |
I had a hack at it and got it working for our environment, but yours looks to be a much simpler (and more complete) solution. |
Closing as PR #146 now merged |
I've trawled through the skuber source and can't find a way to access a pod's logs as described here:
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#-strong-misc-operations-strong--71
Am I missing something or does skuber not support this currently?
Thanks,
Trevor
The text was updated successfully, but these errors were encountered: