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

migrate to cilium #984

Merged
merged 8 commits into from
Aug 9, 2023
Merged

migrate to cilium #984

merged 8 commits into from
Aug 9, 2023

Conversation

Despire
Copy link
Contributor

@Despire Despire commented Aug 3, 2023

closes #961

Afther some changes to the nodepools some of the cilium pods wouldn't get ready to solve this kubectl rollout restart daemonset cilium is executed after changes to the cluster (i.e deleting nodes or adding nodes)

Part of this PR is also using a new version of Longhorn (hasn't been updated for while)

for cilium this config was used in kubeone:

clusterNetwork:
  kubeProxy:
    skipInstallation: true
  cni:
    cilium:
      enableHubble: false
      kubeProxyReplacement: "strict"

This basically installs cilium with eBPF, and doesn't install hubble by default. Ref

Tests passed without issues

@Despire Despire changed the title (Testing CI): migrate to cilium migrate to cilium Aug 7, 2023
Copy link
Contributor

@cloudziu cloudziu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT 👍

@Despire Despire added this pull request to the merge queue Aug 9, 2023
Merged via the queue into master with commit a8eb918 Aug 9, 2023
@Despire Despire deleted the feat/cilium branch August 9, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Cilium POC
2 participants