Skip to content

Commit

Permalink
Merge pull request kubernetes#368 from krzysied/cluster_loader_load_m…
Browse files Browse the repository at this point in the history
…issing_config_entries

ClusterLoader - Adding load test rc missing config entries
  • Loading branch information
k8s-ci-robot committed Jan 9, 2019
2 parents 7ba6f9c + 38bcf11 commit f128633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clusterloader2/testing/load/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{.Name}}
labels:
group: load
svc: {{.SvcName}}-{{DivideInt .Index 2}}
spec:
replicas: {{RandIntRange .ReplicasMin .ReplicasMax}}
selector:
Expand All @@ -21,6 +22,8 @@ spec:
requests:
cpu: 10m
memory: "10M"
dnsPolicy: Default
terminationGracePeriodSeconds: 1
# Add not-ready/unreachable tolerations for 15 minutes so that node
# failure doesn't trigger pod deletion.
tolerations:
Expand Down

0 comments on commit f128633

Please sign in to comment.