Commit c0d0ef6d authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13817 from a-robinson/varlib

Auto commit by PR queue bot
parents a48f2182 746dcb80
...@@ -11,7 +11,7 @@ spec: ...@@ -11,7 +11,7 @@ spec:
limits: limits:
cpu: 100m cpu: 100m
args: args:
- -qq - -q
volumeMounts: volumeMounts:
- name: varlog - name: varlog
mountPath: /var/log mountPath: /var/log
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
mountPath: /varlog mountPath: /varlog
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
volumes: volumes:
- name: varlog - name: varlog
......
...@@ -182,6 +182,7 @@ spec: ...@@ -182,6 +182,7 @@ spec:
mountPath: /varlog mountPath: /varlog
- name: containers - name: containers
mountPath: /var/lib/docker/containers mountPath: /var/lib/docker/containers
readOnly: true
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
volumes: volumes:
- name: varlog - name: varlog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment