paul42 edited a comment on issue #5168:
URL: https://github.com/apache/openwhisk/issues/5168#issuecomment-948756724
I'm also noticing on some tutorials for setting up kubernetes clusters with
kubeadm, they suggest in a `/etc/docker/daemon.json` to have the following:
```
sudo mkdir /etc/docker
cat <<EOF | sudo tee /etc/docker/daemon.json
{
"exec-opts": ["native.cgroupdriver=systemd"],
"log-driver": "json-file",
"log-opts": {
"max-size": "100m"
},
"storage-driver": "overlay2",
"storage-opts": [
"overlay2.override_kernel_check=true"
]
}
EOF
```
do any of these options (`log-driver` as `json-file`) or cgroup driver of
systemd result in activation logs not showing up?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]