container-lifecycle-hooks: add link to the task (#3236)
Adding a link to the corresponding task as it is hard to discover. Fixes #3094. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>reviewable/pr3256/r1
parent
b7b9252666
commit
97f38923e6
|
@ -103,3 +103,7 @@ Events:
|
|||
38s 37s 2 {kubelet gke-test-cluster-default-pool-a07e5d30-siqd} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "main" with RunContainerError: "PostStart handler: Error executing in Docker Container: 1"
|
||||
1m 22s 2 {kubelet gke-test-cluster-default-pool-a07e5d30-siqd} spec.containers{main} Warning FailedPostStartHook
|
||||
```
|
||||
|
||||
## What's Next
|
||||
|
||||
- See an example of [using container lifecycle hooks](/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/)
|
||||
|
|
Loading…
Reference in New Issue