From b5e3452661b9843fc4db06ad455951a2e5549e1b Mon Sep 17 00:00:00 2001 From: makocchi Date: Sat, 16 Jun 2018 04:44:29 +0900 Subject: [PATCH] wrap by warning tags (#9068) --- content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md index b14f641a52..f25aa8d8f0 100644 --- a/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md +++ b/content/en/docs/tasks/administer-cluster/reconfigure-kubelet.md @@ -15,12 +15,14 @@ Kubelets in a live Kubernetes cluster via first-class Kubernetes concepts. Specifically, this feature allows you to configure individual Nodes' Kubelets via ConfigMaps. +{{< warning >}} **Warning:** All Kubelet configuration parameters may be changed dynamically, but not all parameters are safe to change dynamically. This feature is intended for system experts who have a strong understanding of how configuration changes will affect behavior. No documentation currently exists which plainly lists "safe to change" fields, but we plan to add it before this feature graduates from alpha. +{{< /warning >}} {{% /capture %}} {{% capture prerequisites %}}