Skip to content

Commit

Permalink
Merge pull request #2341 from aojea/fedora
Browse files Browse the repository at this point in the history
aggregate fedora known issues
  • Loading branch information
k8s-ci-robot authored Jun 29, 2021
2 parents c6419eb + 22f09b4 commit c98531e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/content/docs/user/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ description: |-
* [Chrome OS](#chrome-os) (unsupported)
* [AppArmor](#apparmor) (may break things, consider disabling)
* [IPv6 Port Forwarding](#ipv6-port-forwarding) (docker doesn't seem to implement this correctly)
* [Fedora 32 Firewalld](#fedora32-firewalld) (nftables + docker broken, switch to iptables)
* [Fedora 33 SELinux](#fedora33-selinux) (SELinux policy broken, must run in permissive mode)
* [Couldn't find an alternative telinit implementation to spawn](#docker-init-daemon-config)
* [Fedora](#fedora) (various)

## Kubectl Version Skew

Expand Down Expand Up @@ -307,7 +306,9 @@ your workloads inside the cluster via the nodes IPv6 addresses.
See Previous Discussion: [kind#1326]
## Fedora32 Firewalld
## Fedora
### Firewalld
On Fedora 32 [firewalld] moved to nftables backend by default.
This seems to be incompatible with Docker, leading to KIND cluster nodes not
Expand All @@ -323,7 +324,7 @@ systemctl restart firewalld
See [#1547 (comment)](https://github.com/kubernetes-sigs/kind/issues/1547#issuecomment-623756313)
and [Docker and Fedora 32 article](https://fedoramagazine.org/docker-and-fedora-32/)

## Fedora 33 SELinux
### SELinux

On Fedora 33 an update to the SELinux policy causes `kind create cluster` to fail with an error like

Expand Down

0 comments on commit c98531e

Please sign in to comment.