forked from weaveworks/wks-quickstart-firekube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
16 lines (14 loc) · 666 Bytes
/
config.yaml
File metadata and controls
16 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file contains high level configuration parameters. The setup.sh script
# takes this file as input and creates lower level manifests.
# backend defines how the machines underpinning Kubernetes nodes are created.
# - docker: use containers as "VMs" using footloose:
# https://github.com/weaveworks/footloose
# - ignite: use footloose with ignite and firecracker to create real VMs using:
# the ignite backend only works on linux as it requires KVM.
# https://github.com/weaveworks/ignite.
backend: docker
# Number of nodes allocated for the Kubernetes control plane and workers.
controlPlane:
nodes: 1
workers:
nodes: 2