fix doc conflict regarding postStart (#18806)
* kubeadm: improvements to the cert management documentation (#18397) - move the sections about custom certificates and external CA to the kubeadm-certs page - minor cleanups to the kubeadm-certs page, including updated output for the check-expiration command - link the implementation details page to the new locations for custom certs and external CA * fix doc conflict regarding postStartpull/18914/head
parent
6474db98a1
commit
e47c71e6d3
|
@ -186,7 +186,7 @@ Once Pod is assigned to a node by scheduler, kubelet starts creating containers
|
|||
...
|
||||
```
|
||||
|
||||
* `Running`: Indicates that the container is executing without issues. Once a container enters into Running, `postStart` hook (if any) is executed. This state also displays the time when the container entered Running state.
|
||||
* `Running`: Indicates that the container is executing without issues. The `postStart` hook (if any) is executed prior to the container entering a Running state. This state also displays the time when the container entered Running state.
|
||||
|
||||
```yaml
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue