-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbalena.yml
31 lines (30 loc) · 1.35 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Balena Rancher
joinable: False
description: >-
Use balenaRancher to easily deploy a Raspberry Pi4 based kubernetes cluster with a Rancher server and k3s worker nodes.
The deployment is slightly more complex than your typical BalenaCloud deployment... but this is kubernetes, so it's never 'easy'!
post-provisioning: >-
**NOTE!** The "Deploy" button on this page will work to create a new fleet but you will need to follow the ["Install/Config/Deploy"](https://github.com/SamEureka/balenaRancher#install--config--deploy)
instructions in the GitHub repo README for the configuration scripts to run correctly. Pay specific attention to the API_KEY variable
instructions. Nothing will work without that fleet variable set correctly.
If you hit a snag... [create an issue](https://github.com/SamEureka/balenaRancher/issues/new/choose) in the repo and I'll do my best to help get you sorted.
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/SamEureka/balenaRancher'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/SamEureka/balenaRancher/main/logo.png
data:
applicationEnvironmentVariables:
- K3S_TOKEN=
- K3S_URL=
- CATTLE_BOOTSTRAP_PASSWORD=b@13n4!
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
version: 2.0.7