DNS Client#
Management → DCDNS Clients
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
DNSClient
SPEC
DNSClientSpec allows for configuring DNS clients.
-
the Kind of the router used to reach the DNS servers.
enum: "ManagementRouter", "DefaultRouter", "Router" -
Selects router resources based on the specified Kind.
-
Router(s) to deploy the DNS client on and to reach the DNS servers.
-
A list of domains to use as the search list.
-
A list of DNS servers, each entry in the list can either be an IP address or an FQDN.
STATUS
DNSClientStatus defines the observed state of DNSClient
-
Indicates the health score of the DNSClient.
format: int32 -
Indicates the reason for the health score.
-
The time when the state of the resource last changed.
-
List of nodes this resource has been applied to.
-
Operational state of the DNSClient.
enum: "Up", "Down", "Degraded", "Unknown"