kubernetes: specify correct dns address#147
Conversation
|
I'd prefer to use addresses from RFC 6598. From the 100.64.0.0/10 range. |
|
and also better to not to hardcode this value and to put it like defaults on |
For now this makes no sense, because currently the tenant clusters can't reach services over each other. To make this working we have to enable the routing between them. |
|
agree, just mentioned it here not to forget later. |
* upd kubernetes (#134) * Allow root login without password * add ephemeral volumes for containerd and kubelet * update kubernetes application * etcd: Add quota-backend-bytes calculations (#133) * Prepare release v0.6.0 (#135) * etcd: enable autocompact and defrag (#137) Signed-off-by: Andrei Kvapil <kvapss@gmail.com> * switched place -maxdepth im Makefiles (#140) * postgres: fix users and roles (#138) Signed-off-by: Andrei Kvapil <kvapss@gmail.com> * kubernetes: enable bpf masqurade and tunnel routing (#144) * Unhardcode cluster.local domain (#142) Allow using other domains for the cluster Signed-off-by: Andrei Kvapil <kvapss@gmail.com> * kamaji: unhardcode cluster.local domain (#145) Signed-off-by: Andrei Kvapil <kvapss@gmail.com> * kubernetes: specify correct dns address (#147) --------- Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Co-authored-by: Andrei Kvapil <kvapss@gmail.com>
Kamaji specifies coredns address
10.96.0.10by default, since we're using 10.95.0.0/16 service networking we have to specify correct dns address10.95.0.10reported by @kingdonb
upstream issue clastix/kamaji#468