Move Guide topic: Garbage Collection. (#2488)

This commit is contained in:
Steve Perry
2017-02-21 19:12:47 -08:00
committed by GitHub
parent 93c5edce64
commit 5095cf60df
4 changed files with 130 additions and 31 deletions
@@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
kind: ReplicaSet
metadata:
name: my-repset
spec:
replicas: 3
selector:
matchLabels:
pod-is-for: garbage-collection-example
template:
metadata:
labels:
pod-is-for: garbage-collection-example
spec:
containers:
- name: nginx
image: nginx