kubenodecontroller

package module
v0.0.1-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

README

kube-calico-controller

Build Status Go Report Card

WARNING - this controller is still a Work In Progress. It should only be used for testing or development purposes. Please use extreme caution when using this in production.

A Kubernetes controller that ensures Kubernetes nodes and Calico's etcd datstore remains in-sync. This prevents stale nodes from lingering in etcd leading to slow route programming when a new node joins the Kubernetes cluster. This is especially useful when running a cluster in AWS, where an autoscaling group commonly creates nodes with new host names and delete hosts and their hostnames no longer exist.

This Controller is unnecessary for Calico deployments where the datasource is set to Kubernetes instead of etcd. At the time of writing this README, the Kubernetes datastore driver in Calico 2.4 is still not feature parity with the etcd datastore driver which may prevent users from switching to it. This is where the controller can come in handy.

This issue describes the problem in detail of what this controller tries to solve.

Heavily inspired/based on this prototype by Casey Davenport: caseydavenport/calico-node-controller

Quick Start

Requirements

  • Kubernetes cluster with Calico as the network provider, using etcd as the datasource.
  • Kubernetes >= 1.6
  • Calico >= 2.0

Kops integration

Integration progress can be tracked using this Issue.

Usage

Environnmental Variables

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = ""

Version should be replaced by Makefile

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL