Последняя активность 1759997447

At first the MetalLB is working well, but in a meanwhile strange issue coming and fixed by this script

metallb.sh Исходник
1# This is how we fix loadbalancer IP that couldn't be accessed in MetalLB
2kubectl patch ds speaker -n metallb-system --context default --type='json' -p='[{"op":"add","path":"/spec/template/spec/containers/0/securityContext","value":{"privileged":true,"capabilities":{"add":["NET_ADMIN","NET_RAW"]},"seccompProfile":{"type":"Unconfined"}}}]'
3kubectl rollout restart ds/speaker -n metallb-system --context default