NET-1189: add hostPath for netclient log file in k8s client yaml patch
@@ -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
+ - emptyDir:
+ medium: Memory
@@ -35,6 +35,8 @@ spec:
@@ -42,3 +44,6 @@ spec: