Merge pull request #3266 from 205g0/patch-2

Auto-deploying manifest lacks relevant info
This commit is contained in:
Jen Travinski
2021-09-28 12:03:33 -04:00
committed by GitHub
+1 -1
View File
@@ -33,7 +33,7 @@ If the certificates are expired or have fewer than 90 days remaining before they
# Auto-Deploying Manifests
Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`.
Any file found in `/var/lib/rancher/k3s/server/manifests` will automatically be deployed to Kubernetes in a manner similar to `kubectl apply`, both on startup and when the file is changed on disk. Deleting files out of this directory will not delete the corresponding resources from the cluster.
For information about deploying Helm charts, refer to the section about [Helm.](../helm)