rancher的calico报错Invalidating dataplane cache ipVersion=0x4 reason=“chain update“ table=“filter“
calico提示:
Invalidating dataplane cache ipVersion=0x4 reason="chain update" table="filter"
解决方法,修改calico对应yml,修改readness和liveness对应的内容为:
livenessProbe:
failureThreshold: 6
httpGet:
host: localhost
path: /liveness
port: 9099
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
name: calico-node
readinessProbe:
failureThreshold: 3
httpGet:
host: localhost
path: /readiness
port: 9099
scheme: HTTP
参考https://github.com/rancher/rancher/issues/19947
还没有评论,来说两句吧...