You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd consider trying something like WinSS. It can ensure that the processes run and it can do the log serialization - it even does log rolling to ensure you don't use too much disk space. It does it all via folder/files structure for the directories it is managing services for.
The text was updated successfully, but these errors were encountered:
Rather than this:
Start-Job -Name kubelet {c:\k\start-kubelet.ps1 -clusterCIDR $ClusterCIDR *> c:\k\kubelet-logs.txt}
Start-Job -Name kubeproxy {c:\k\start-kubeproxy.ps1 *> c:\k\kubeproxy-logs.txt}
I'd consider trying something like WinSS. It can ensure that the processes run and it can do the log serialization - it even does log rolling to ensure you don't use too much disk space. It does it all via folder/files structure for the directories it is managing services for.
The text was updated successfully, but these errors were encountered: