You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bridget doesn't play nicely with CentOS (and probably RHEL) firewall by default as it sets the policy on the FORWARD chain to DROP. This I believe can be fixed by including the 'firewall' CNI plugin in the CNI script.
I think you need to add something like:
"plugins": [
{
"type": "firewall"
}
]
The text was updated successfully, but these errors were encountered:
However, this is incompatible with the version of Kubernetes I have installed (v1.15), so I'm unable to test it completely. This is due to Kubernetes v1.15 only supporting CNI up to v0.3.1, and the firewall plugin requires v0.4.0 for some reason.
Bridget doesn't play nicely with CentOS (and probably RHEL) firewall by default as it sets the policy on the FORWARD chain to DROP. This I believe can be fixed by including the 'firewall' CNI plugin in the CNI script.
I think you need to add something like:
The text was updated successfully, but these errors were encountered: