-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Stream kubeadm progress logs #9779
Comments
/cc @priyawadhwa |
simmilar to #9091 (but not same) |
however picks this task up this will require us to implement exec Command's Start for our Command Runner here in the code we have
which means we wait for command to Finish then we print the logs but we can use golan'gs exec.Start() https://golang.org/pkg/os/exec/#Cmd.Start This task might need us to add Start to our Own Command Runner Interface
|
/assign |
At the moment, there can be 20-25 seconds with no updates via JSON. This can cause a bad user experience, as noted by folks using minikube in an embedded environment.
We at least used to stream the kubeadm output to glog, but we should also make it available via JSON.
The text was updated successfully, but these errors were encountered: