From f83bd527d431544a6d50ad0e8095a7777c117799 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 17 Jan 2017 10:52:12 -0800 Subject: [PATCH] Renamed "Petset" to Statefulset Renamed feature, fixed link https://github.com/kubernetes/kubernetes.github.io/issues/2240 --- docs/user-guide/pods/init-container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/pods/init-container.md b/docs/user-guide/pods/init-container.md index 82524ba753..b6f0cece35 100644 --- a/docs/user-guide/pods/init-container.md +++ b/docs/user-guide/pods/init-container.md @@ -79,8 +79,8 @@ Here are some ideas for how to use init containers: to generate a configuration file to be consumed by the main app contianer. ``` -Complete usage examples can be found in the [PetSets -guide](docs/user-guide/petset/bootstrapping/index.md) and the [Production Pods +Complete usage examples can be found in the [StatefulSets +documentation](/docs/concepts/abstractions/controllers/statefulsets/) and the [Production Pods guide](/docs/user-guide/production-pods.md#handling-initialization).