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
Ahmet Alp Balkan 2017-04-06 13:54:35 -07:00 committed by Andrew Chen
parent b7b9252666
commit 97f38923e6
1 changed files with 4 additions and 0 deletions

View File

@ -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/)