From bb0e2e6de7b08a8695e5e32ec7932fcee6536d08 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 13 Nov 2015 09:40:38 -0800 Subject: [PATCH] undeprecated static pods in the docs --- docs/admin/static-pods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/static-pods.md b/docs/admin/static-pods.md index 1bd9d10d857..564fa10e3a4 100644 --- a/docs/admin/static-pods.md +++ b/docs/admin/static-pods.md @@ -31,9 +31,9 @@ Documentation for other releases can be found at -# Static pods (deprecated) +# Static pods -**Static pods are to be deprecated and can be removed in any future Kubernetes release!** +**If you are running clustered Kubernetes and are using static pods to run a pod on every node, you should probably be using a [DaemonSet](daemons.md)!** *Static pod* are managed directly by kubelet daemon on a specific node, without API server observing it. It does not have associated any replication controller, kubelet daemon itself watches it and restarts it when it crashes. There is no health check though. Static pods are always bound to one kubelet daemon and always run on the same node with it.