Files
kubernetes/cluster/addons/calico-policy-controller
Neil Jerram 10eb1d4d6e Calico: set IP=autodetect so preempted nodes learn new IP
With preemptible nodes, a cluster node (with a given hostname) can
boot the first time with IP1, then be preempted and boot again with
different IP2.

With IP="", Calico will autodetect IP1 on first boot, but will not
perform autodetection on subsequent boots and so will not release IP1
and detect IP2 instead.

With IP=autodetect, Calico will perform autodetection on all boots,
which is what we want.
2020-12-03 10:26:31 +00:00
..
2020-08-13 16:03:37 -04:00
2020-10-08 16:05:45 -07:00

Calico Policy Controller

Calico is an implementation of the Kubernetes network policy API. The provided manifests install:

  • A DaemonSet which runs Calico on each node in the cluster.
  • A Deployment which installs the Calico Typha agent.
  • A Service for the Calico Typha agent.
  • Horizontal and vertical autoscalers for Calico.

Learn More

Learn more about Calico at https://docs.projectcalico.org