allineamento

This commit is contained in:
alessandro barucci
2026-07-17 10:00:09 +02:00
parent 20d506407a
commit 6ffb202579
24 changed files with 714 additions and 30 deletions

View File

@@ -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