Download v1.7.2 in the v1.7.2 release page.
Download v1.7.1 in the v1.7.1 release page.
filename | Size | sha512 hash |
---|---|---|
kubeedge-v1.7.0-linux-arm64.tar.gz | 61.4 MB | b40b3e8b6df54a8c00ee33dae66c2f515b7c76fb6850e0473a5697070a04559900903527936cdfbd913d5385251b9a979530d80c7bd033c05ef84a6f5219798f |
kubeedge-v1.7.0-linux-arm.tar.gz | 60.7 MB | b6d769f613888c0e083162b4845292b0d7cd87289109bb40973549d87c743ee69f106466b76fe1a6b9dd7ea38856ac99774de44e1d3111259c7c3c7c61472d3d |
kubeedge-v1.7.0-linux-amd64.tar.gz | 48 MB | 10fb1ad5950aae9802ed2e2368dfeb7924a6c4bfc4f52d159e22063d8264466a292845f84192eecd4e250abfed81d5597e644266a51eaf8a1f95d104ef38d1eb |
filename | Size | sha512 hash |
---|---|---|
keadm-v1.7.0-linux-amd64.tar.gz | 10.3 MB | 57fc98bbe6788418ee25d04a87592d90cdc61c7bfdeaa4e185d5735b71eeaead2f4a0608f195cd96bb5172284bfa72d081d5337b85b0f360d316a04183b3e3ba |
keadm-v1.7.0-linux-amd64.tar.gz | 10.4 MB | d14fc0faf4031c9d7af463a0030f935ba3832cecf5e17d7f81fee2cfbaf93298eec3f802e2f4ac65a88acd673a1fc525e3a2dfc35f46157dffb072e7dcbecf68 |
keadm-v1.7.0-linux-amd64.tar.gz | 11.6 MB | cfa1001159bc5a4c44c5e67508cecc9e31bc9986da5469333559b207448dee1800e65bb53fdc948e78a6606dd8ccaa885e3d07029ee4f6e84ca14df49664dac3 |
Active-Active HA Support of CloudCore for Large Scale Cluster [Alpha]
CloudCore now supports Active-Active HA mode deployment, which provides better scalability support for large scale clusters. Cloud-Edge tunnel can also work with multiple CloudCore instances.
Refer to the links for more details. (#1560, #2867)
Support to manage Clusters on Edge [Alpha]
In some scenarios, uses may have full-size Kubernetes clusters deployed on the edge. With EdgeSite, users are now able to access clusters on edge (in private network, behind NATed gateway, etc) from center cloud. (#2650, #2858)
Decoupled EdgeMesh from EdgeCore
EdgeMesh aims to provide simplified network and services for edge applications. The EdgeMesh module is now decoupled from EdgeCore and able to be deployed as an independent components in containers.
Refer to https://github.com/kubeedge/edgemesh for more details
Mapper Framework
Users are now able to use mapper framework to generate a new device mapper. This simplifies the mapper development when users trying to integrate with new protocols or new devices. (mappers-go#41)
Autonomic Kube-API Endpoint for Applications On Edge Nodes [Beta]
Autonomic Kube-API Endpoint provides native Kubernetes API access on edge nodes. It's very useful in cases users want to run third-party plugins and applications that depends on Kubernetes APIs on edge nodes. With reliable message delivery and data autonomy provided by KubeEdge, list-watch connections on edge nodes keep available even when nodes are located in high latency network or frequently get disconnected to the Cloud.
In this release, a bunch of corner case issues are fixed and the stability is improved. And the feature maturity is now Beta.
Custom HTTP Request Routing between Cloud and Edge for Applications [Alpha]
A new RuleEndpointType servicebus
is added to RuleEndpoint API, to support custom http request routing between cloud and edge for applications. This simplifies the rest api access with http server on the edge while client is in the cloud.
(#2588)
NA
- Implement update rule status (#2594, @MesaCrush)
- Install crd for router in keadm (#2608, @fisherxu)
- Remove synckeeper in edgehub (#2614, @fisherxu)
- Shorten the reconnect wait time when connect failed (#2641, @fisherxu)
- upstream: refactor kubeClientGet (#2694, @zc2638)
- cloud/dynamiccontroller: add ProcessApplication (#2705, @Iceber)
- Add rules crd to clusterrole (#2733, @majoyz)
- Disable image gc while ImageGCHighThreshold == 100 (#2758, @majoyz)
- skip init edged if disable (#2768, @GsssC)
- Remove mappers from kubeedge/kubeedge repo (#2774, @fisherxu)
- Add config of cloudcore token refresh frequence (#2796, @leofang94)
- keadm: install CRDs corresponding to specific version (#2803, @daixiang0)
- make customsiz labels available when restart (#2839, @ttlv)
- fix keadm installation issue (#2595, @fisherxu)
- Fix the warning log when edgemesh is disabled (#2599, @hackers365)
- fix cloudcore crash when nodekeepalivechannel is nil (#2613, @lvfei103650)
- fix watch failed issue (#2617, @Abirdcfly)
- Fix image gc issue (#2642, @fisherxu)
- Fix container gc issue (#2659, @fisherxu)
- fix GetLocalIP IP lookup error (#2689, @zc2638)
- cloud/dynamiccontroller: fix close application (#2706, @Iceber)
- cloud/dynamiccontroller: fix toBytes (#2707, @Iceber)
- edge/eventbus: fix pubCloudMsgToEdge (#2726, @Iceber)
- has systemd double check (#2734, @k-9527)
- Close response body when request done (#2738, @JackZxj)
- Stop to create listener when application center serve list request (#2781, @GsssC)
- Fix: The server could not find the requested resource (#2806, @Rachel-Shao)
- Bump k8s to 1.19.10 to fix metrics issue (#2823, @fisherxu)