cilium preflight fqdn-poller

Prepare for DNS Polling upgrades to cilium 1.4

Synopsis

Prepare for DNS Polling upgrades to cilium 1.4 by creating a placeholder –tofqdns-pre-cache file that can be used to pre-seed the DNS cached used in toFQDNs rules. This is useful when upgrading cilium with DNS Polling policies where an interruption in allowed IPs is undesirable. It may also be used when switching from DNS Polling based DNS discovery to DNS Proxy based discovery where an endpoint may not make a DNS request soon enough to be used by toFQDNs policy rules

  1. cilium preflight fqdn-poller [flags]

Options

  1. -h, --help help for fqdn-poller
  2. --tofqdns-pre-cache string The path to write serialized ToFQDNs pre-cache information. stdout is the default
  3. --tofqdns-pre-cache-ttl int TTL, in seconds, to set on generated ToFQDNs pre-cache information (default 604800)

Options inherited from parent commands

  1. --config string config file (default is $HOME/.cilium.yaml)
  2. -D, --debug Enable debug messages
  3. -H, --host string URI to server-side API

SEE ALSO