最后活跃于 1759997447

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

supanadit 修订了这个 Gist 1759997447. 转到此修订

没有任何变更

supanadit 修订了这个 Gist 1759997339. 转到此修订

1 file changed, 1 insertion

metallb.sh

@@ -1,2 +1,3 @@
1 + # This is how we fix loadbalancer IP that couldn't be accessed in MetalLB
1 2 kubectl 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"}}}]'
2 3 kubectl rollout restart ds/speaker -n metallb-system --context default

supanadit 修订了这个 Gist 1759997299. 转到此修订

1 file changed, 2 insertions

metallb.sh(文件已创建)

@@ -0,0 +1,2 @@
1 + kubectl 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"}}}]'
2 + kubectl rollout restart ds/speaker -n metallb-system --context default
上一页 下一页