Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "install: move cni config management to the agent" #22012

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

pchaigno
Copy link
Member

@pchaigno pchaigno commented Nov 4, 2022

This pull request reverts commit 0d6346d.

This commit is causing issues on AKS where newly-created pods are not getting managed by Cilium for some reason. Reverting to unblock AKS testing.

The revert was successfully tested on 3-nodes clusters on AKS (Azure IPAM mode), EKS, and GKE. Each time, the full connectivity tests were run using the CLI.

cc @squeed
Fixes: #21375.
Fixes: #22013.

This reverts commit 0d6346d.

This commit is causing issues on AKS where newly-created pods are not
getting managed by Cilium for some reason. Reverting to unblock AKS
testing.

Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added area/cni Impacts the Container Networking Interface between Cilium and the orchestrator. release-note/misc This PR makes changes that have no direct user impact. integration/cloud Related to integration with cloud environments such as AKS, EKS, GKE, etc. labels Nov 4, 2022
@pchaigno pchaigno requested review from a team as code owners November 4, 2022 20:01
@pchaigno
Copy link
Member Author

pchaigno commented Nov 4, 2022

/test

Job 'Cilium-PR-K8s-1.24-kernel-4.19' failed:

Click to show.

Test Name

K8sDatapathConfig Iptables Skip conntrack for pod traffic

Failure Output

FAIL: Cannot flush conntrack table

If it is a flake and a GitHub issue doesn't already exist to track it, comment /mlh new-flake Cilium-PR-K8s-1.24-kernel-4.19 so I can create one.

@gandro gandro added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 7, 2022
@pchaigno pchaigno removed the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 7, 2022
@pchaigno
Copy link
Member Author

pchaigno commented Nov 7, 2022

/mlh new-flake Cilium-PR-K8s-1.24-kernel-4.19

👍 created #22019

@pchaigno
Copy link
Member Author

pchaigno commented Nov 7, 2022

CI job k8s-1.16-kernel-4.9 failed with new flake #22019. CI job https://jenkins.cilium.io/job/Cilium-PR-K8s-1.24-kernel-4.19/774/ failed with some weird new flake #22021, which then caused subsequent tests to fail. Both seem unlikely to be caused by this change as it should only affect pod startup and several tests were successful on both CI jobs. Merging to fix master.

@pchaigno pchaigno merged commit fe64c7f into cilium:master Nov 7, 2022
@pchaigno pchaigno deleted the fix-aks-cni-setup branch November 7, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cni Impacts the Container Networking Interface between Cilium and the orchestrator. integration/cloud Related to integration with cloud environments such as AKS, EKS, GKE, etc. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New pods are not managed by Cilium on AKS
5 participants