Merge pull request #13256 from hakman/ipv6_distros

Update supported distros for IPv6
This commit is contained in:
Kubernetes Prow Robot 2022-02-14 23:08:03 -08:00 committed by GitHub
commit df493af1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ CNIs must not masquerade IPv6 addresses.
### Calico
Running IPv6 with Calico requires a Debian 11-based AMI. As of the writing of this document, Ubuntu does not work due to an
[issue with systemd's handling of AWS's incorrect DHCP responses](https://github.com/systemd/systemd/issues/20803).
Running IPv6 with Calico requires a Debian 11 or Ubuntu 22.04 based AMI.
## Future work