NTP Client#
Management → NCNTP Clients
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
NTPClient
SPEC
The NTP client allows for configuring NTP servers and the source of NTP traffic in order for the devices to synchronize their clocks.
-
Router used to reach the NTP servers.
-
the Kind of the router used to reach the NTP servers.
enum: "ManagementRouter", "Router", "DefaultRouter" -
Selects router resources based on the defined KIND. Applies to DefaultRouter only. Not supported for Router and ManagementRouter.
-
Specifies a Interface resource to use as a source of NTP traffic. If none is specified the Node default behavior is used.
-
Specifies the source interface Kind to use as a source of NTP traffic.
enum: "IRBInterface", "RoutedInterface", "DefaultInterface", "SystemInterface"
STATUS
NTPClientStatus defines the observed state of NTPClient
-
Indicates the health score of the NTPClient
-
Indicates the reason for the health score
-
The time when the state of the resource last changed
-
Operational state of the NTPClient
enum: "Up", "Down", "Degraded", "Unknown"