Skip to content

Commit

Permalink
docs: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moshevayner committed Feb 5, 2024
1 parent 1b5e6dd commit 796f6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/networking/aws-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Amazon VPC CNI uses the native AWS networking for Pods. Every pod gets an Elastic Network Interface (ENI) on the node it is running and an IP address belonging to the subnets assigned to the node.

**WARNING**: The Amazon VPC CNI is not compatible with Ubuntu 22.04 and kOps versions earlier than 1.29. See [kubernetes/kops#15720](https://github.com/kubernetes/kops/issues/15720) and [aws/amazon-vpc-cni-k8s#2103](https://github.com/aws/amazon-vpc-cni-k8s/issues/2103) for more info (Fix was applied via [kubernetes/kops#16313](https://github.com/kubernetes/kops/issues/16313) in kOps 1.29).

## Installing

To use Amazon VPC, specify the following in the cluster spec:
Expand Down
2 changes: 2 additions & 0 deletions docs/releases/1.29-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ instances.

# Known Issues

* The Amazon VPC CNI is now compatible with Ubuntu 22.04. Fix applied via [kubernetes/kops#16313](https://github.com/kubernetes/kops/issues/16313).

# Deprecations

* Support for Kubernetes version 1.24 is deprecated and will be removed in kOps 1.30.
Expand Down

0 comments on commit 796f6f6

Please sign in to comment.