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

Cilium default config #1061

Open
ddelange opened this issue Jul 5, 2023 · 1 comment
Open

Cilium default config #1061

ddelange opened this issue Jul 5, 2023 · 1 comment

Comments

@ddelange
Copy link

ddelange commented Jul 5, 2023

Hi πŸ‘‹

I wanted to change my cluster spec:

   networking {
-     calico {}
+     cilium {}
   }

And found that two arguments are required, although docs state there are default values for these booleans.

Is it intended?

β”‚ Error: Missing required argument
β”‚
β”‚   on cluster.tf line 220, in resource "kops_cluster" "cluster":
β”‚  220:     cilium {}
β”‚
β”‚ The argument "preallocate_bpf_maps" is required, but no definition was found.
β•΅
β•·
β”‚ Error: Missing required argument
β”‚
β”‚   on cluster.tf line 220, in resource "kops_cluster" "cluster":
β”‚  220:     cilium {}
β”‚
β”‚ The argument "enable_remote_node_identity" is required, but no definition was found.

provider version 1.26.0-alpha.1

@ddelange
Copy link
Author

note that cilium is the default network provider for new kops clusters as of 1.26 ref https://github.com/kubernetes/kops/blob/v1.28.2/docs/releases/1.26-NOTES.md

cilium vs calico benchmark: https://cilium.io/blog/2021/05/11/cni-benchmark/

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

No branches or pull requests

1 participant