helm search repo kamaji
NAME CHART VERSION APP VERSION DESCRIPTION
clastix/kamaji 1.0.0 v1.0.0 Kamaji is the Hosted Control Plane Manager for ...
clastix/kamaji-console 0.0.5 v0.0.2 Kamaji deploys and operates Kubernetes at scale...
clastix/kamaji-etcd 0.7.0 3.5.6 Helm chart for deploying a multi-tenant `etcd` ...
clastix/console 0.0.1 0.0.1 Kamaji is a tool aimed to build and operate Kub...
Problem is that the resulting cluster use the default "cluster.local" domain
kubectl proxy &
k get nodes
curl -X GET http://127.0.0.1:8001/api/v1/nodes/tenant1-md-0-j8r46-qp5kc/proxy/configz | jq .
"clusterDomain": "cluster.local",
"clusterDNS": [
"10.96.0.10"
],
We want to generate a tenant cluster with clusterAPI and Kubevirt that can be used there own cluster domain.
We set the serviceDomain at the cluster definition:
Setup the ControlPlane with this config:
Kamaji Version that we used:
Problem is that the resulting cluster use the default "cluster.local" domain
Also included at the coreDNS core file:
Is my configuration wrong?