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
5b93a972
Unverified
Commit
5b93a972
authored
3 years ago
by
Cristian Calin
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove experimental note about CentOS 8 and derivatives (#7615)
parent
bdf74c67
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
docs/centos8.md
+3
-3
3 additions, 3 deletions
docs/centos8.md
with
6 additions
and
6 deletions
README.md
+
3
−
3
View file @
5b93a972
...
@@ -117,12 +117,12 @@ vagrant up
...
@@ -117,12 +117,12 @@ vagrant up
-
**Flatcar Container Linux by Kinvolk**
-
**Flatcar Container Linux by Kinvolk**
-
**Debian**
Buster, Jessie, Stretch, Wheezy
-
**Debian**
Buster, Jessie, Stretch, Wheezy
-
**Ubuntu**
16.04, 18.04, 20.04
-
**Ubuntu**
16.04, 18.04, 20.04
-
**CentOS/RHEL**
7, 8
(experimental: see
[
centos 8 notes
](
docs/centos8.md
)
)
-
**CentOS/RHEL**
7,
[
8
](
docs/centos8.md
)
-
**Fedora**
32, 33
-
**Fedora**
32, 33
-
**Fedora CoreOS**
(experimental: see
[
fcos Note
](
docs/fcos.md
)
)
-
**Fedora CoreOS**
(experimental: see
[
fcos Note
](
docs/fcos.md
)
)
-
**openSUSE**
Leap 15.x/Tumbleweed
-
**openSUSE**
Leap 15.x/Tumbleweed
-
**Oracle Linux**
7, 8
(experimental:
[
centos 8 notes
](
docs/centos8.md
)
apply)
-
**Oracle Linux**
7,
[
8
](
docs/centos8.md
)
-
**Alma Linux**
8
(experimental:
[
centos 8 notes
](
docs/centos8.md
)
apply)
-
**Alma Linux**
[
8
](
docs/centos8.md
)
-
**Amazon Linux 2**
(experimental: see
[
amazon linux notes
](
docs/amazonlinux.md
)
-
**Amazon Linux 2**
(experimental: see
[
amazon linux notes
](
docs/amazonlinux.md
)
Note: Upstart/SysV init based OS types are not supported.
Note: Upstart/SysV init based OS types are not supported.
...
...
This diff is collapsed.
Click to expand it.
docs/centos8.md
+
3
−
3
View file @
5b93a972
# CentOS 8
/ AlmaLinux 8
# CentOS 8
and derivatives
CentOS 8 / AlmaLinux 8 ship
s
only with iptables-nft (ie without iptables-legacy)
CentOS 8 /
Oracle Linux 8 /
AlmaLinux 8 ship only with iptables-nft (ie without iptables-legacy
similar to RHEL8
)
The only tested configuration for now is using Calico CNI
The only tested configuration for now is using Calico CNI
You need to
use K8S 1.17+ and to
add
`calico_iptables_backend: "NFT"`
or
`calico_iptables_backend: "Auto"`
to your configuration
You need to add
`calico_iptables_backend: "NFT"`
or
`calico_iptables_backend: "Auto"`
to your configuration
.
If you have containers that are using iptables in the host network namespace (
`hostNetwork=true`
),
If you have containers that are using iptables in the host network namespace (
`hostNetwork=true`
),
you need to ensure they are using iptables-nft.
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