-
Notifications
You must be signed in to change notification settings - Fork 180
Fluentd pod crashing on Azure Container Service #847
Comments
A bit more info. I created the ACS cluster with 1 agent. The fluentd pod that is crashing is on the master node. The pod running on the agent appears to be working fine. |
We're facing the same issue, same symptoms and circumstances as @sbulman. |
There should not be a fluentd pod running on the master node. There was an open ticket on DaemonSet pods being accidentally scheduled on the kubernetes master node that was eventually solved upstream. More background context in this ticket, which was resolved in Kubernetes 1.5.0+ via kubernetes/kubernetes#35526. |
Ok, thanks @bacongobbler for the context. It still appears to be an issue though on ACS today. Any thoughts much appreciated! The fluentd logger pod event for the master node indicates the following error:
K8S versions (client and Azure Container Service):
Deis version 2.18.0 Fluentd pod is definitely running on the master node on ACS as denoted by the event logs, in this case being created by: k8s-master-47933ef9-0 |
I also got same issue on my K8s/CoreOS. In my case, it was fixed by adding the option The unschedulable field of a node is not respected by the DaemonSet controller. |
This issue was moved to teamhephy/workflow#6 |
Hi All,
I'm following the instructions to set up Deis on Azure Container Service. One of the deis-logger-fluentd pods is crashing with the following log.
2017-08-05 07:21:26 +0000 [info]: reading config file path="/opt/fluentd/conf/fluentd.conf"
2017-08-05 07:22:27 +0000 [error]: config error file="/opt/fluentd/conf/fluentd.conf" error_class=Fluent::ConfigError error="Invalid Kubernetes API v1 endpoint https://10.0.0.1:443: Timed out connecting to server"
Any ideas?
Thanks.
The text was updated successfully, but these errors were encountered: