Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Frakti v0.2

Compare
Choose a tag to compare
@feiskyer feiskyer released this 02 May 01:31
· 318 commits to master since this release

This release includes enhances and bug fixes.

Features and updates

  • Upgrade to hyperd 0.8.1 and kubernetes v1.6.2+
  • Simply all-in-one deployment via allinone.sh
    curl -sSL https://github.com/kubernetes/frakti/raw/master/cluster/allinone.sh | bash
  • #113 Support setting CNI network plugins dynamically
  • #114 Enable force kill container on timeout
  • #116 Do not fail on removing nonexist pods
  • #118 Avoid panic when labels are nil
  • #119 Support dns options and searches
  • #126 Fix hostPid support
  • #130 Update latest frakti architecture

Kubelet Node e2e tests

Frakti has passed 118 of 121 node e2e tests with Kubernetes v1.6. All failed cases are related with upstream hyperd issues.

See #109 for more details.

Known issues

  • #122 port mapping is not supported yet