Skip to content

Commit

Permalink
Pin images used in kind config and reduce number of workers (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: Bridget McErlean <[email protected]>
  • Loading branch information
zubron authored Jul 18, 2019
1 parent 160b58a commit e3e7514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
image: kindest/node:v1.15.0
- role: worker
replicas: 3
replicas: 2
image: kindest/node:v1.15.0

0 comments on commit e3e7514

Please sign in to comment.