fix: resolve rke2-server errors (#397)

- kubectl yaml files must not use underscores
- replace unicode hyphen with ascii hyphen

Reviewed-on: #397
This commit was merged in pull request #397.
This commit is contained in:
2025-09-20 18:40:18 +10:00
parent 762f415d2d
commit 571a9b25a7
8 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ rke2::csi_ceph_templates:
rke2::extra_config_files:
- namespaces
- rke2-canal-config
- purelb_config
- ingres_lb_nginx
- ingres_route_rancher
- purelb-config
- ingres-lb-nginx
- ingres-route-rancher
rke2::config_hash:
advertise-address: "%{hiera('networking_loopback0_ip')}"
cluster-domain: "svc.k8s.unkin.net"