allineamento
This commit is contained in:
@@ -117,6 +117,11 @@ wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/cri
|
||||
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
|
||||
rm -f crictl-$VERSION-linux-amd64.tar.gz
|
||||
|
||||
|
||||
|
||||
Taint:kubectl taint nodes edge-node-2 edgenode=true:NoExecute
|
||||
Label: kubectl label node edge-node-2 edgeproject=resilki
|
||||
|
||||
edge-cleanup.sh:
|
||||
|
||||
#!/bin/bash
|
||||
@@ -273,4 +278,18 @@ done
|
||||
|
||||
|
||||
verifica :
|
||||
mosquitto_sub -h localhost -t sensors/home/livingroom
|
||||
mosquitto_sub -h localhost -t sensors/home/livingroom
|
||||
|
||||
#### modifiche per rasperry##############################################
|
||||
|
||||
#cgroups
|
||||
vi /boot/firmware/cmdline.txt
|
||||
Add cgroup parameters:Add the following to the end of the existing line (do not create a new line):
|
||||
textcgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
|
||||
|
||||
#streaming
|
||||
su /etc/kubeedge/config/edgecore.yaml
|
||||
modules:
|
||||
edgeStream:
|
||||
enable: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user