Kirill Bespalov

Results 4 comments of Kirill Bespalov

I have the same issue with Ubuntu 15.10. At first for starting docker daemon inside docker container we need to run it with privileged mode. If that was not done,...

@spencergilbert **Chart Version: 0.13.1** here is chart values configuration, nothing exceptional - sinks/sources/trasforms, almost default. ```yaml affinity: {} args: - --config-dir - /etc/vector/ autoscaling: customMetric: {} enabled: false maxReplicas: 10...

Adding this parameter explicitly to the settings solved my problem. Thank you! ```yaml # values yaml customConfig: data_dir: "/vector-data-dir" ```