Merge pull request #41703 from Random-Liu/fix-kubemark-npd

Fix kubemark hollow-npd.
This commit is contained in:
Anirudh Ramanathan 2017-02-18 23:21:02 -07:00 committed by GitHub
commit 8c8dca052d
2 changed files with 1 additions and 12 deletions

View File

@ -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",

View File

@ -5,7 +5,7 @@
"message": "dummy",
"timestampFormat": "dummy"
},
"logPath": "/log/faillog",
"logPath": "/dev/null",
"lookback": "10m",
"bufferSize": 10,
"source": "kernel-monitor",