Skip to content

openvnf/calico-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calico Sync

License: Apache-2.0 GitHub Release Badge Calico Releases Badge

When Calico uses etcd datastore in a Kubernetes cluster, etcd endpoints specified in Calico ConfigMap should be in sync with Calico CNI configuration file on each node (usually "/etc/cni/net.d/10-calico.conflist"). Calico Sync watches changes of etcd endpoints in the ConfigMap and updates the CNI configuration file. A typical case when the update could happen is when a etcd node joins or leaves a cluster.

Install

To ensure sync on each node the solution uses DaemonSet. Install it from the Manifest:

$ kubectl create -f https://raw.githubusercontent.com/openvnf/calico-sync/master/manifests/calico-etcd-sync.yaml

To stop syncing and uninstall:

$ kubectl delete -f https://raw.githubusercontent.com/openvnf/calico-sync/master/manifests/calico-etcd-sync.yaml

Notes

After version 0.1.1 the solution is based on Kube Watch and does not have its own sources or Docker images.

License

Copyright 2018-2019 Travelping GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.