Updating nodes, settings, and k3s version.
This commit is contained in:
parent
cb75b51230
commit
802ebbd39e
2 changed files with 8 additions and 22 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
# renovate: datasource=github-releases depName=k3s-io/k3s
|
||||
k3s_release_version: "v1.27.4+k3s1"
|
||||
k3s_release_version: "v1.27.5+k3s1"
|
||||
k3s_install_hard_links: true
|
||||
k3s_become: true
|
||||
k3s_etcd_datastore: true
|
||||
k3s_registration_address: 10.2.0.3
|
||||
k3s_registration_address: 10.2.0.6
|
||||
# /var/lib/rancher/k3s/server/manifests
|
||||
k3s_server_manifests_urls:
|
||||
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
|
||||
|
|
|
@ -6,23 +6,9 @@ kubernetes:
|
|||
children:
|
||||
master:
|
||||
hosts:
|
||||
eonwe:
|
||||
ansible_host: 10.2.1.13
|
||||
arlen:
|
||||
ansible_host: 10.2.1.14
|
||||
nienna:
|
||||
ansible_host: 10.2.1.15
|
||||
worker:
|
||||
hosts:
|
||||
aule:
|
||||
ansible_host: 10.2.1.10
|
||||
ceph_drives:
|
||||
- /dev/disk/by-id/nvme-SAMSUNG_MZQL2960HCJR-00A07_S64FNE0RA01210
|
||||
manwe:
|
||||
ansible_host: 10.2.1.11
|
||||
ceph_drives:
|
||||
- /dev/disk/by-id/nvme-SAMSUNG_MZQL2960HCJR-00A07_S64FNE0R801843
|
||||
varda:
|
||||
ansible_host: 10.2.1.12
|
||||
ceph_drives:
|
||||
- /dev/disk/by-id/nvme-SAMSUNG_MZQL2960HCJR-00A07_S64FNE0R801309
|
||||
valinor-1:
|
||||
ansible_host: 10.2.0.3
|
||||
valinor-2:
|
||||
ansible_host: 10.2.0.4
|
||||
valinor-3:
|
||||
ansible_host: 10.2.0.5
|
||||
|
|
Reference in a new issue