create a XTesting directory to first add the required files for a RIC platform deploy...
[it/test.git] / XTesting / kubeadm / daemon.json
1 {
2   "exec-opts": ["native.cgroupdriver=systemd"],
3   "log-driver": "json-file",
4   "log-opts": {
5     "max-size": "100m"
6   },
7   "storage-driver": "overlay2"
8 }