Skip to content

Commit

Permalink
Merge pull request #12010 from johngmyers/deprecate-lyft
Browse files Browse the repository at this point in the history
Deprecate the Lyft CNI
  • Loading branch information
k8s-ci-robot authored Jul 18, 2021
2 parents d9b953e + 7ea2e67 commit 7828e18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 40 deletions.
3 changes: 1 addition & 2 deletions docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following table provides the support status for various networking providers
| Kopeio | 1.5 | - | - | - |
| Kube-router | 1.6.2 | - | - | - |
| Kubenet | 1.5 | 1.5 | - | - |
| Lyft VPC | 1.11 | - | - | - |
| Lyft VPC | 1.11 | - | 1.22 | - |
| Romana | 1.8 | - | 1.18 | 1.19 |
| Weave | 1.5 | - | - | - |

Expand Down Expand Up @@ -77,7 +77,6 @@ Several CNI providers are currently built into kOps:
* [Flannel](networking/flannel.md)
* [Kube-router](networking/kube-router.md)
* [Lyft VPC](networking/lyft-vpc.md)
* [Romana](networking/romana.md)
* [Weave](networking/weave.md)

kOps makes it easy for cluster operators to choose one of these options. The manifests for the providers
Expand Down
2 changes: 2 additions & 0 deletions docs/networking/lyft-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The [lyft cni-ipvlan-vpc-k8s](https://github.com/lyft/cni-ipvlan-vpc-k8s) plugin uses Amazon Elastic Network Interfaces (ENI) to assign AWS-managed IPs to Pods using the Linux kernel's IPvlan driver in L2 mode.

Support for the Lyft CNI is deprecated in kOps 1.22 and will be removed in kOps 1.23.

## Installing

Read the [prerequisites](https://github.com/lyft/cni-ipvlan-vpc-k8s#prerequisites) before starting. In addition to that, you need to specify the VPC ID as `spec.networkID` in the cluster spec file.
Expand Down
37 changes: 0 additions & 37 deletions docs/networking/romana.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/releases/1.22-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ spec:

* Support for Kubernetes version 1.18 is deprecated and will be removed in kOps 1.24.

* Support for the Lyft CNI is deprecated and will be removed in kOps 1.23.

* Support for CentOS 7 is deprecated and will be removed in future versions of kOps.

* Support for CentOS 8 is deprecated and will be removed in future versions of kOps.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ nav:
- Flannel: "networking/flannel.md"
- Kube-Router: "networking/kube-router.md"
- Lyft VPC: "networking/lyft-vpc.md"
- Romana: "networking/romana.md"
- Weave: "networking/weave.md"
- Run kOps in an existing VPC: "run_in_existing_vpc.md"
- Supported network topologies: "topology.md"
Expand Down

0 comments on commit 7828e18

Please sign in to comment.