From 97f38923e65e4bf289a1c81c82fe4853b13c4ffd Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 6 Apr 2017 13:54:35 -0700 Subject: [PATCH] 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 --- docs/concepts/containers/container-lifecycle-hooks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/containers/container-lifecycle-hooks.md b/docs/concepts/containers/container-lifecycle-hooks.md index a4df1a837a..ce6f208c72 100644 --- a/docs/concepts/containers/container-lifecycle-hooks.md +++ b/docs/concepts/containers/container-lifecycle-hooks.md @@ -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/)