Skip to content

Code of leader election sidecar container.

License

Notifications You must be signed in to change notification settings

instana/leader-elector

 
 

Repository files navigation

Leader-elector sidecar container

This repo contains the election directory forked from kubernetes/contrib, later forked by openshift/leader-elector. The original version has not been updated since July 2016 and has security issues.

It was forked to change certain behaviour in the code, update some dependencies and include multi-platform builds equal to the platforms that the Instana Agent supports.

Info on how to use this can be found on Kubernetes blog.

Building

REPOSITORY=instana/leader-elector make

Publishing

REPOSITORY=instana/leader-elector make publish

Multi-arch Builds

Docker for Mac has all support for multi-arch builds included. For Linux hosts, some additional setup might be needed to ensure multi-arch builds are working. Specifically look here: https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408

About

Code of leader election sidecar container.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 53.6%
  • Dockerfile 24.4%
  • Makefile 13.5%
  • JavaScript 4.4%
  • Shell 4.1%