Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.36 KB

CHANGELOG-0.3.md

File metadata and controls

23 lines (14 loc) · 1.36 KB

v0.3.0 / 2021-05-20

Features and Enhancements

  • Edgeadm supported creating native Kubernetes cluster with pre-installed SuperEdge components(#97, @attlee-wang), Usage or Quickstart Guide.
  • Edgeadm supported adding new nodes to edge Kubernetes cluster(#87, @wenhuwang).
  • Enhanced edge autonomy by detecting failing nodes within the offline regions, so as to avoid routing traffic to abnormal nodes(#86, @chenkaiyue)
  • Supported Golang 1.16(#91, @SataQiu).

Bug Fixes

  • Fixed a bug that caused kubectl cp failing to disconnect after copying(#78, @00pf00).

Documentation

  • Added quickstart guide to create edge Kubernetes cluster using Edgeadm.