Commit 0f7b1b4d authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17224 from mikedanese/undeprecate-static

Auto commit by PR queue bot
parents abbed4f7 bb0e2e6d
...@@ -31,9 +31,9 @@ Documentation for other releases can be found at ...@@ -31,9 +31,9 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING --> <!-- END MUNGE: UNVERSIONED_WARNING -->
# 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. *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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment