wrap by warning tags (#9068)
This commit is contained in:
parent
f63149e375
commit
b5e3452661
|
@ -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
|
Specifically, this feature allows you to configure individual Nodes' Kubelets
|
||||||
via ConfigMaps.
|
via ConfigMaps.
|
||||||
|
|
||||||
|
{{< warning >}}
|
||||||
**Warning:** All Kubelet configuration parameters may be changed dynamically,
|
**Warning:** All Kubelet configuration parameters may be changed dynamically,
|
||||||
but not all parameters are safe to change dynamically. This feature is intended
|
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
|
for system experts who have a strong understanding of how configuration changes
|
||||||
will affect behavior. No documentation currently exists which plainly lists
|
will affect behavior. No documentation currently exists which plainly lists
|
||||||
"safe to change" fields, but we plan to add it before this feature graduates
|
"safe to change" fields, but we plan to add it before this feature graduates
|
||||||
from alpha.
|
from alpha.
|
||||||
|
{{< /warning >}}
|
||||||
{{% /capture %}}
|
{{% /capture %}}
|
||||||
|
|
||||||
{{% capture prerequisites %}}
|
{{% capture prerequisites %}}
|
||||||
|
|
Loading…
Reference in New Issue