Willard
Willard
Add some design contents about how to add a flag `set` to the keadm and applied to the edgecore config.
Please modify the description `Which issue(s) this PR fixes:`
This change passed some tests in my k8s cluster - Cloudcore generates a self-signed ca certificate initially ✅ - An new joined edge node(Edgecore) can connect to Cloudcore and obtains...
The tunnel ports provided by each edge node are different(10350++). You can schedule the cloudcore(inner iptables manager) to the control-plane node or deploy the iptables-manager to the control-plane node.
> The tunnel ports provided by each edge node are different(10350++) Sorry, this is an incorrect description. Each CloudCore restart causes tunnelPort +1(10350, 10351, 10352 ...), which seems to be...
You can view the mqtt broker status using the command: ```bash kubectl describe daemonset -n kubeedge edge-eclipse-mosquitto ```
> Is this ready for review? :) @WillardHu Yes, this task has been completed.
This change passed some tests in my k8s cluster - Cloudcore generates a self-signed ca certificate initially ✅ - An new joined edge node(Edgecore) can connect to Cloudcore and obtains...