Skip to content

Commit a39353a

Browse files
Remove petset documentations
1 parent a9208e8 commit a39353a

17 files changed

Lines changed: 5 additions & 982 deletions

File tree

_data/concepts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ toc:
4747
- docs/concepts/workloads/controllers/replicationcontroller.md
4848
- docs/concepts/workloads/controllers/deployment.md
4949
- docs/concepts/workloads/controllers/statefulset.md
50-
- docs/concepts/workloads/controllers/petset.md
5150
- docs/concepts/workloads/controllers/daemonset.md
5251
- docs/concepts/workloads/controllers/garbage-collection.md
5352
- docs/concepts/workloads/controllers/jobs-run-to-completion.md

_redirects

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
/docs/api /docs/concepts/overview/kubernetes-api 301
4242

4343
/docs/concepts/abstractions/controllers/garbage-collection /docs/concepts/workloads/controllers/garbage-collection 301
44-
/docs/concepts/abstractions/controllers/petsets /docs/concepts/workloads/controllers/petset 301
4544
/docs/concepts/abstractions/controllers/statefulsets /docs/concepts/workloads/controllers/statefulset 301
4645
/docs/concepts/abstractions/init-containers /docs/concepts/workloads/pods/init-containers 301
4746
/docs/concepts/abstractions/overview /docs/concepts/overview/working-with-objects/kubernetes-objects 301
@@ -192,8 +191,6 @@
192191
/docs/user-guide/node-selection/ /docs/concepts/configuration/assign-pod-node 301
193192
/docs/user-guide/persistent-volumes/ /docs/concepts/storage/persistent-volumes 301
194193
/docs/user-guide/persistent-volumes/walkthrough /docs/tasks/configure-pod-container/configure-persistent-volume-storage 301
195-
/docs/user-guide/petset /docs/concepts/workloads/controllers/petset 301
196-
/docs/user-guide/petset/bootstrapping/ /docs/concepts/workloads/controllers/petset 301
197194
/docs/user-guide/pod-preset/ /docs/tasks/inject-data-application/podpreset 301
198195
/docs/user-guide/pod-security-policy/ /docs/concepts/policy/pod-security-policy 301
199196
/docs/user-guide/pod-states /docs/concepts/workloads/pods/pod-lifecycle 301

cn/docs/concepts/workloads/controllers/petset.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

cn/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ title: StatefulSets
1111

1212
{% capture overview %}
1313
**StatefulSets are a beta feature in 1.7. This feature replaces the
14-
PetSets feature from 1.4. Users of PetSets are referred to the 1.5
15-
[Upgrade Guide](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/)
16-
for further information on how to upgrade existing PetSets to StatefulSets.**
14+
PetSets feature from 1.4.**
1715

1816
{% include templates/glossary/snippet.md term="statefulset" length="long" %}
1917
{% endcapture %}

0 commit comments

Comments
 (0)