From 917b8b0d85a6e372269d5304ca33a19a83bf4802 Mon Sep 17 00:00:00 2001 From: Austin Culter Date: Fri, 8 Mar 2024 17:46:30 +0100 Subject: [PATCH] Update broken URL to `fleet-deployment.yml` on "Deploy Fleet on Kubernetes" docs (#17486) The _"Fleet's best practice `fleet-deployment.yml` file"_ link on the ["Deploy Fleet on Kubernetes" docs page](https://fleetdm.com/docs/deploy/deploy-fleet-on-kubernetes) doesn't actually target the YAML file it purports to and, instead, it just points to the Markdown version of the "Deploy Fleet on Kubernetes" docs on GitHub. This PR changes the target URL so that link actually goes to the place where one would expect it to (the YAML file). --- docs/Deploy/Deploy-Fleet-on-Kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Deploy/Deploy-Fleet-on-Kubernetes.md b/docs/Deploy/Deploy-Fleet-on-Kubernetes.md index 4e1d0077ae..c8a6204ec0 100644 --- a/docs/Deploy/Deploy-Fleet-on-Kubernetes.md +++ b/docs/Deploy/Deploy-Fleet-on-Kubernetes.md @@ -8,7 +8,7 @@ There are 2 primary ways to deploy the Fleet server to a Kubernetes cluster. The We will assume you have `kubectl` and MySQL and Redis are all set up and running. Optionally you have minikube to test your deployment locally on your machine. -To deploy the Fleet server and connect to its dependencies (MySQL and Redis), we will use [Fleet's best practice `fleet-deployment.yml` file](https://github.com/fleetdm/fleet/blob/main/docs/Deploy/Deploy-Fleet-on-Kubernetes.md). +To deploy the Fleet server and connect to its dependencies (MySQL and Redis), we will use [Fleet's best practice `fleet-deployment.yml` file](https://github.com/fleetdm/fleet/blob/main/docs/Deploy/kubernetes/fleet-deployment.yml). Let's tell Kubernetes to create the cluster by running the below command.