Add initial ReplicaSet documentation.

This commit is contained in:
Madhusudan.C.S
2016-03-16 11:23:47 -07:00
parent 1972537aef
commit f7691f9852
5 changed files with 117 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: autoscaling/v1
kind: HorizontalPodAutoscaler
metadata:
name: frontend-scaler
spec:
scaleRef:
kind: ReplicaSet
name: frontend
subresource: scale
minReplicas: 3
maxReplicas: 10
cpuUtilization:
targetPercentage: 50