Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
890fad38
Unverified
Commit
890fad38
authored
2 years ago
by
Kay Yan
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
suggest-to-use-nft-in-centos8 (#8987)
parent
0c203ece
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/centos.md
+1
-1
1 addition, 1 deletion
docs/centos.md
with
1 addition
and
1 deletion
docs/centos.md
+
1
−
1
View file @
890fad38
...
...
@@ -9,7 +9,7 @@ Kubespray supports multiple ansible versions but only the default (5.x) gets wid
CentOS 8 / Oracle Linux 8 / AlmaLinux 8 / Rocky Linux 8 ship only with iptables-nft (ie without iptables-legacy similar to RHEL8)
The only tested configuration for now is using Calico CNI
You need to add
`calico_iptables_backend: "NFT"`
or
`calico_iptables_backend: "Auto"`
to your configuration.
You need to add
`calico_iptables_backend: "NFT"`
to your configuration.
If you have containers that are using iptables in the host network namespace (
`hostNetwork=true`
),
you need to ensure they are using iptables-nft.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment