Add admonition type to shortcode (#9482)
* Change existing admon blocks * Fix includes issue
This commit is contained in:
committed by
k8s-ci-robot
parent
e839031292
commit
d65e1790ff
@@ -92,8 +92,7 @@ following steps:
|
||||
### Using kubeadm init with a configuration file {#config-file}
|
||||
|
||||
{{< caution >}}
|
||||
**Caution:** The config file is
|
||||
still considered alpha and may change in future versions.
|
||||
The config file is still considered alpha and may change in future versions.
|
||||
{{< /caution >}}
|
||||
|
||||
It's possible to configure `kubeadm init` with a configuration file instead of command
|
||||
@@ -284,14 +283,10 @@ configured in the kubelet via static files.
|
||||
To create a self-hosted cluster, pass the flag `--feature-gates=SelfHosting=true` to `kubeadm init`.
|
||||
|
||||
{{< caution >}}
|
||||
**Caution:** `SelfHosting` is an alpha feature. It is deprecated in 1.12
|
||||
`SelfHosting` is an alpha feature. It is deprecated in 1.12
|
||||
and will be removed in 1.13.
|
||||
{{< /caution >}}
|
||||
|
||||
{{< warning >}}
|
||||
**Warning:** See self-hosted caveats and limitations.
|
||||
{{< /warning >}}
|
||||
|
||||
#### Caveats
|
||||
|
||||
Self-hosting in 1.8 has some important limitations. In particular, a
|
||||
@@ -309,7 +304,7 @@ authorization configuration for your cluster, and may not be appropriate for
|
||||
your environment.
|
||||
|
||||
{{< caution >}}
|
||||
**Caution:** `StoreCertsInSecrets` is an alpha feature. It is deprecated in 1.12
|
||||
`StoreCertsInSecrets` is an alpha feature. It is deprecated in 1.12
|
||||
and will be removed in 1.13.
|
||||
{{< /caution >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user