Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Kvapil
185d630047 kubernetes: specify correct dns address 2024-05-21 23:50:05 +02:00
2 changed files with 3 additions and 6 deletions

View File

@@ -39,7 +39,9 @@ metadata:
spec:
dataStoreName: "{{ $etcd }}"
addons:
coreDNS: {}
coreDNS:
dnsServiceIPs:
- 10.95.0.10
konnectivity: {}
kubelet:
cgroupfs: systemd

View File

@@ -1,8 +1,3 @@
kamaji:
etcd:
deploy: false
# Fix https://github.com/clastix/kamaji/pull/467
image:
repository: ghcr.io/kvaps/test
tag: kamaji-v0.6.0-fix