filename | Size | sha512 hash |
---|---|---|
kubeedge-v1.2.1-linux-amd64.tar.gz | 77.9 MB | 5d93e3d67d7c19389721c378371a4ca323ca8b4dfc561ef17919871426a09af5a2bb2a3a92f1dbb61c7da0a1987f023e0139b80043943a67ba935820ab76bbc8 |
kubeedge-v1.2.1-linux-arm.tar.gz | 72.3 MB | f6ba3a98a05fef86348c2a7a6a2a404856b3d5265b183d3f151c7500d157acd7cd7c0e57c5ecadd83649d0b2c78994af1ae23c0f1282e405131d790663236189 |
filename | Size | sha512 hash |
---|---|---|
keadm-v1.2.1-linux-amd64.tar.gz | 14.8 MB | 123fba7626a81ece2225aaff5897901f8fdaa2e1da50c9d7a39ab65cb069652ff94de9a39df5e6e67c7928e383210091c5d40248dd53cac8983de98ecab71acb |
filename | Size | sha512 hash |
---|---|---|
edgesite-v1.2.1-linux-amd64.tar.gz | 28.1 MB | 108d9d86304c40561430ccf058456088ae85fe1223f384e612f34493826f48a3d38588342567ac1a39c14aad698702bdb57e2f5d50533a715cc3ab65a362d397 |
edgesite-v1.2.1-linux-arm.tar.gz | 25.7 MB | e20f9384c8d7eed7ca946928adb0723b512d5dba5db48f6ed3ea96430a7471a7f90bbc58a3282788596220f516d290827f4b0c4c0bcb210bcfc911cb15142098 |
Keadm is not responsible for installing K8s and Runtime now. Users need to install a K8s Master first or use an existing cluster. Refer to the documentation: Install KubeEdge with Keadm
-
Fix bug for creating controller-manager and schduler pod in edgenode. (#1484, @fisherxu)
-
Fix bug for creating pod failed with hostpath volume. (#1485, @fisherxu)
-
Fix cloudcore don't create
/var/lib/kubeedge
by default. (#1505, @zhuguihua) -
Fix device twin updated failed from cloud to edge. (#1506, @fisherxu)
-
Refactor keadm that don't own to install k8s and docker. (#1508, @fisherxu)
-
Remove hard code for network plugin settings. (#1511, @420691301)
-
Fix nil content of delete msg which created by syccontroller. (#1512, @420691301)
filename | Size | sha512 hash |
---|---|---|
kubeedge-v1.2.0-linux-amd64.tar.gz | 77.3 MB | d258171bca85adac2bdf604d4e2789e61ece17e40d3320ad93545b42a28ba48c581f7a468b5fb1ef4063e3ac3e2dcb8fde1f3b032697dcd8f429cb22111b7dc4 |
kubeedge-v1.2.0-linux-arm.tar.gz | 71.8 MB MB | a7c865b30b2850597c860a878d9aaf43face0f7dad5b362d06af9a72dcf36523faa60a316b7bd3a7b9596db8636a63a34ef706f2289671eac0335bae381658e4 |
filename | Size | sha512 hash |
---|---|---|
keadm-v1.2.0-linux-amd64.tar.gz | 8.41 MB | 7ddc59fe800c81d7f3f128a87bbe2fff71efc212cc5d252e492cafeafd14855c2f254cbc4db7a472b1ffecb7e09ad70d97448b3bd4f9bc2b5f8fd9144bda86a7 |
filename | Size | sha512 hash |
---|---|---|
edgesite-v1.2.0-linux-amd64.tar.gz | 27.8 MB | e655c00791b01eb27d57b276d1ba666b482729761fc795776bbb17a86b728c41f84918bc1ec002b8cabd45222334229ea1cb9f38c42e9eda1c69ee0ef3480b72 |
edgesite-v1.2.0-linux-arm.tar.gz | 25.4 MB | d07d05a28614ae96cde6ec2706ebe9d03f6cb93042261c3ae9158508eac291a47131c73f706f828798e2ce7781700aaa148b0cf4cac88ca58a0f72df50acd669 |
Reliable message delivery from cloud to edge
This feature improved the reliable message delivery mechanism from cloud to edge. If cloudcore or edgecore being restarted or offline for a while, it can ensure that the messages sent to the edge are not lost, and avoid inconsistency between cloud and edge. (#1343, @kevin-wangzefeng, @fisherxu, @SpaghettiAndSalmon)
KubeEdge Component Config
The configuration information of all KubeEdge components is integrated into the unified API, and users can view all configuration information and their default values through the API. (#1172, @kadisi)
Kubernetes dependencies Upgrade
Upgrade the venderod kubernetes version to v1.17.1, so users can use the feature of new version on the cloud and on the edge side. (#1349, @fisherxu)
Auto registration of edge node
Users can set the register-node
option to true
in EdgeCore so that edge nodes will
automatically register node info to K8s master in the cloud.
(#1401, @kuramal)
-
High Available of CloudCore is missing.
-
Metrics at edge is missing.
-
Move beehive code intree. (#1157, @kevin-wangzefeng)
-
Move viaduct code intree. (#1158, @kevin-wangzefeng)
-
Component Config: Add edgecore,cloudcore,edgesite config apis. (#1212, @kadisi)
-
Bugfix: Remove redundant logs when CloudCore exits. (#1215, @kadisi)
-
Bugfix: Remove redundant logs when EdgeCore exits. (#1223, @kadisi)
-
Add default initialization method for each module. (#1267, @kadisi)
-
Dns query from container can not correctly return back when using edgemesh. (#1281, @cwl233)
-
Add compatibility matrix for K8s and Golang. (#1300, @fisherxu)
-
Check the running environment before start edge core. (#1341, @kuramal)
-
Add reliable sync API to store the object resourceVersion that was successfully persisted to the edge node. (#1373, @fisherxu)
-
Add synccontroller for reliable message delivery. (#1385, @fisherxu)
-
kubeedge Component use new config api, and use new config file. (#1393, @kadisi)
-
Fix edgecore cpu usage issue of running lot of pods on the edge. (#1396, @fisherxu)
-
Create socket address directory if not exist. (#1412, @chendave)
-
Add reliable message delivery implementation. (#1416, @fisherxu)