From 2b7073e9293be229c7299f282d6ed41821202936 Mon Sep 17 00:00:00 2001 From: 205g0 <74575852+205g0@users.noreply.github.com> Date: Thu, 13 May 2021 06:35:24 +0200 Subject: [PATCH 1/2] Auto-deploying manifest lacks relevant info --- content/k3s/latest/en/advanced/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index a557e491fc4..4e24518222f 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -31,7 +31,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`, also file changes. Be aware that file deletions are being ignored and you do need to do this manually. For information about deploying Helm charts, refer to the section about [Helm.](../helm) From 0868467127a82c89ec2354b9ab496b6c26efc8fa Mon Sep 17 00:00:00 2001 From: Jen Travinski Date: Tue, 28 Sep 2021 11:56:17 -0400 Subject: [PATCH 2/2] Update content/k3s/latest/en/advanced/_index.md Co-authored-by: Brad Davidson --- content/k3s/latest/en/advanced/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index 4e24518222f..b693af06a27 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -31,7 +31,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`, also file changes. Be aware that file deletions are being ignored and you do need to do this manually. +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)