Kubernetes Mesos Versions Save

A Kubernetes Framework for Apache Mesos

v0.6.0

8 years ago
  • Kubernetes v1.0

v0.5.0

8 years ago

Release Notes

  • baselined to k8s v0.14.x (w/ patches)
  • refactored docker builders
  • dcos image builder
  • better port mapping
  • bug fixes
  • ... and more

v0.4.2

9 years ago

Release Notes

  • bugfix: task state cleanup on TASK_FAILED in kubelet

v0.4.1

9 years ago

Release Notes

  • fix reported version (#173)
  • other minor bug fixing

v0.4.0

9 years ago

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

v0.3.2

9 years ago

Release Notes

  • dockerbuild support for Mesos 0.21.1

v0.3.1

9 years ago

Release Notes

  • resolve #118

v0.3.0

9 years ago

Release Notes

See #102 for the gory details.

v0.2.2

9 years ago

Release Notes

  • rebase upstream kubernetes deps to v0.4.4
  • hack/dockerbuild supports multiple mesos binary versions (e.g. 0.20.1, 0.21.0)

v0.2.1

9 years ago

Release Notes

  • improved offer life cycle management (offers are not held indefinitely)
  • fixed bugs in scheduler's pod registry implementation
  • fixed bugs in kubelet-executor pod monitoring
  • initial support for pprof-based profiling