mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
When attempting to follow the kubernetes install directions I
encountered a few issues.
1. The image version was no longer hosted on dockerhub. And new versions
now are tagged with a "v" prefix.
2. The webserver was not able to bind to port 443 on a managed version
of k8s.
3. The dns name(s) for the latest redis helm chart have changed. They
are now `{release}-master` for read-write and `{release}-replica` for
read only nodes.
4. The deployment API is out of date.
This PR fixes those issues.
|
||
|---|---|---|
| .. | ||
| configuration-files | ||
| agent-configuration.md | ||
| fleet-server-configuration.md | ||
| README.md | ||
Configuration
Fleet server
Fleet server configuration
Documentation for configuring the Fleet binary, managing osquery configurations, and running with systemd.
Configuration files
How to use configuration files and the fleetctl command line tool to configure Fleet.
Agent
Agent configuration
Learn how to set agent options with config YAML file and the fleetctl command line tool.