mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #41703 from Random-Liu/fix-kubemark-npd
Fix kubemark hollow-npd.
This commit is contained in:
commit
8c8dca052d
@ -38,12 +38,6 @@
|
||||
"path": "/var/logs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "kernellog-volume",
|
||||
"hostPath": {
|
||||
"path": "/var/log"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "no-serviceaccount-access-to-real-master",
|
||||
"emptyDir": {}
|
||||
@ -180,11 +174,6 @@
|
||||
"mountPath": "/config",
|
||||
"readOnly": true
|
||||
},
|
||||
{
|
||||
"name": "kernellog-volume",
|
||||
"mountPath": "/log",
|
||||
"readOnly": true
|
||||
},
|
||||
{
|
||||
"name": "no-serviceaccount-access-to-real-master",
|
||||
"mountPath": "/var/run/secrets/kubernetes.io/serviceaccount",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"message": "dummy",
|
||||
"timestampFormat": "dummy"
|
||||
},
|
||||
"logPath": "/log/faillog",
|
||||
"logPath": "/dev/null",
|
||||
"lookback": "10m",
|
||||
"bufferSize": 10,
|
||||
"source": "kernel-monitor",
|
||||
|
Loading…
Reference in New Issue
Block a user