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
|
# 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_install_hard_links: true
|
||||||
k3s_become: true
|
k3s_become: true
|
||||||
k3s_etcd_datastore: 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
|
# /var/lib/rancher/k3s/server/manifests
|
||||||
k3s_server_manifests_urls:
|
k3s_server_manifests_urls:
|
||||||
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
|
# Essential Prometheus Operator CRDs (the rest are installed with the kube-prometheus-stack helm release)
|
||||||
|
|
|
@ -6,23 +6,9 @@ kubernetes:
|
||||||
children:
|
children:
|
||||||
master:
|
master:
|
||||||
hosts:
|
hosts:
|
||||||
eonwe:
|
valinor-1:
|
||||||
ansible_host: 10.2.1.13
|
ansible_host: 10.2.0.3
|
||||||
arlen:
|
valinor-2:
|
||||||
ansible_host: 10.2.1.14
|
ansible_host: 10.2.0.4
|
||||||
nienna:
|
valinor-3:
|
||||||
ansible_host: 10.2.1.15
|
ansible_host: 10.2.0.5
|
||||||
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
|
|
||||||
|
|
Reference in a new issue