Skip to content

Commit

Permalink
Update to fleet config for elastic-agent.
Browse files Browse the repository at this point in the history
The non-fleet elastic agent doesn't work on autopilot since it tries to mount a hostPath volume for writing.
See #elastic/cloud-on-k8s#4699 for details.
Unfortunately fleet support is only available on master of cloud-on-k8s and not really documented.
Will wait to deploy this until we come up with a decision on if we want to use an experimental build.
  • Loading branch information
ruler501 committed Jul 28, 2021
1 parent 1beb1b6 commit bcc490f
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 514 deletions.
5 changes: 4 additions & 1 deletion .docker/k8s/global/04-kibana.kube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ spec:
cpu: 500m
requests:
memory: 2.5Gi
cpu: 500m
cpu: 500m
config:
xpack.fleet.agents.elasticsearch.host: https://elasticsearch-es-http.default.svc:9200
xpack.fleet.agents.fleet_server.hosts: ["https://fleet-server-agent-http.default.svc:8220"]
Loading

0 comments on commit bcc490f

Please sign in to comment.