mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-30 00:45:20 +08:00
add log volume for daemonset
This commit is contained in:
parent
f97db3b729
commit
b1e7553230
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,8 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /etc/netclient
|
||||
name: etc-netclient
|
||||
- mountPath: /var/log
|
||||
name: log-netclient
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumes:
|
||||
|
@ -32,3 +34,6 @@ spec:
|
|||
path: /etc/netclient
|
||||
type: DirectoryOrCreate
|
||||
name: etc-netclient
|
||||
- emptyDir:
|
||||
medium: Memory
|
||||
name: log-netclient
|
||||
|
|
Loading…
Add table
Reference in a new issue