Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

kubernetes-mesos-0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdef jdef released this 12 Mar 22:17
· 2 commits to archived since this release

Release Notes

Notable Changes

  • Rebased to Kubernetes v0.11.0
  • Runs on pure Go Mesos language bindings (w/ zookeeper leading master detection)
  • Initial support for Mesos task reconciliation
  • Checkpointing enabled by default (make sure this aligns with your Mesos slave configuration)
  • Scheduler failover timeout is very large by default
  • Dependencies are vendored to avoid broken builds, godep is no longer required for building from source.
  • Single framework binary km that can run all framework services (based on k8s hypercube)
  • Introduction of scheduler /metrics endpoint via Prometheus
  • Fully separated API Server from Scheduler, they now run in separate procs (as they do in k8s proper)
  • Many, many bug fixes

Known Issues