mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Limit the mounted directory to cluster-autoscaler/
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
{
|
{
|
||||||
"name": "srvkube",
|
"name": "srvkube",
|
||||||
"readOnly": true,
|
"readOnly": true,
|
||||||
"mountPath": "/etc/srv/kubernetes"
|
"mountPath": "/etc/srv/kubernetes/cluster-autoscaler"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "logfile",
|
"name": "logfile",
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
{
|
{
|
||||||
"name": "srvkube",
|
"name": "srvkube",
|
||||||
"hostPath": {
|
"hostPath": {
|
||||||
"path": "/etc/srv/kubernetes"
|
"path": "/etc/srv/kubernetes/cluster-autoscaler"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user