mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 04:06:14 +00:00
rkt: Replace 'journalctl' with rkt's GetLogs() API.
Also fixed a bug where 'journalctl -f' process leaks when the kubelet is killed.
This commit is contained in:
@@ -66,8 +66,8 @@ const (
|
||||
RktType = "rkt"
|
||||
DefaultRktAPIServiceEndpoint = "localhost:15441"
|
||||
|
||||
minimumRktBinVersion = "1.7.0"
|
||||
recommendedRktBinVersion = "1.7.0"
|
||||
minimumRktBinVersion = "1.8.0"
|
||||
recommendedRktBinVersion = "1.8.0"
|
||||
|
||||
minimumRktApiVersion = "1.0.0-alpha"
|
||||
minimumSystemdVersion = "219"
|
||||
|
||||
Reference in New Issue
Block a user