Change pvc set up to local storage
This commit is contained in:
23
kairos-config.yaml
Normal file
23
kairos-config.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
#cloud-config
|
||||
|
||||
users:
|
||||
- name: "kairos"
|
||||
passwd: "kairos"
|
||||
groups:
|
||||
- "admin"
|
||||
ssh_authorized_keys:
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAjAjv9cWzwoJhTlzdrDw47eIg9t51vMbXbf0he96mRK joemonk@hotmail.co.uk" # VSCode Container
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFOzNQet/Vm/EXU8GR0D4I+QYIPiGL5rCKPgDPhjWKIU joemonk@hotmail.co.uk" # Laptop
|
||||
|
||||
# Enable K3s on the node.
|
||||
k3s:
|
||||
enabled: true # Set to true to enable K3s.
|
||||
|
||||
stages:
|
||||
boot:
|
||||
- name: "Setup hostname"
|
||||
hostname: "kairos"
|
||||
- name: "Setup dns"
|
||||
dns:
|
||||
nameservers:
|
||||
- 192.168.1.1
|
||||
Reference in New Issue
Block a user