This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cilium ENI ipam mode support (#3556)
* unmanage interfaces * add permissions for cilium in ENI mode * add permissions for cilium in ENI mode * add permissions for cilium in ENI mode * add permissions for cilium in ENI mode * add permissions for cilium in ENI mode * fix changelog * fix golden files * ignore CVE * disable kubernertes ip pool on eni mode * Ensure calico image is at least 3.22.3 before upgrading to cilium in `eni` IPAM mode. * Ensure calico image is at least 3.22.3 before upgrading to cilium in `eni` IPAM mode. * disable calico upgrade * remove calico upgrade before cilium switch * Only run calico and kube-proxy on old nodes during migration to cilium. * rebase * rebase * rebase * Only run aws-node, calico and kube-proxy on old nodes during migration to cilium. * Only run aws-node, calico and kube-proxy on old nodes during migration to cilium. --------- Co-authored-by: Christian Bianchi <[email protected]>
- Loading branch information
1 parent
9fced78
commit e66125a
Showing
13 changed files
with
116 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ CVE-2023-28642 | |
CVE-2023-26125 | ||
CVE-2023-29401 | ||
CVE-2023-32731 | ||
CVE-2023-3978 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
service/internal/cloudconfig/template/netwokd-ignore-aws-cni.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package template | ||
|
||
const NetworkdIgnoreAWSCNiInterfaces = ` | ||
[Match] | ||
Name=%s | ||
[Link] | ||
Unmanaged=yes | ||
` |