terraform-provider-kops icon indicating copy to clipboard operation
terraform-provider-kops copied to clipboard

Cilium default config

Open ddelange opened this issue 2 years ago • 1 comments

Hi :wave:

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 avatar Jul 05 '23 07:07 ddelange

就想问下,怎么默认开启白天模式?

jackloves111 avatar Mar 13 '23 06:03 jackloves111

就想问下,怎么默认开启白天模式?

目前还未支持噢,不过有打算根据用户系统的模式来自动切换

gaowei-space avatar Mar 15 '23 02:03 gaowei-space

目前还未支持噢,不过有打算根据用户系统的模式来自动切换。

好的,期待您的更新,我实际使用场景不是当作博客的,是用来当作文档网页非常适合。白天模式的显示效果个人感觉相对比较清晰一些。

jackloves111 avatar Mar 15 '23 02:03 jackloves111