Renamed "Petset" to Statefulset

Renamed feature, fixed link

https://github.com/kubernetes/kubernetes.github.io/issues/2240
reviewable/pr1450/r1
Jared 2017-01-17 10:52:12 -08:00 committed by GitHub
parent 284f5c4735
commit f83bd527d4
1 changed files with 2 additions and 2 deletions

View File

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