Skip to content

Commit

Permalink
Update sematext-agent.yml
Browse files Browse the repository at this point in the history
For this work on my environment I had to use
hostNetwork: true
inside spec of the daemon set

My environment:
Azure
CoreOs 1185.2
Rancher 1.1.4
Kubernetes
  • Loading branch information
marlinhares authored Nov 4, 2016
1 parent 355a00f commit ebbee00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/sematext-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
app: sematext-agent
spec:
nodeSelector: {}
hostNetwork: true
dnsPolicy: "ClusterFirst"
restartPolicy: "Always"
containers:
Expand Down

0 comments on commit ebbee00

Please sign in to comment.