l1b0k
l1b0k
That won't help, Reproduct follow with iptable at 1.8.4 ```shell iptables -t raw -N OLD_CILIUM_OUTPUT_raw iptables -t raw -A OLD_CILIUM_OUTPUT_raw -o eth0 -m mark --mark 0xa00/0xfffffeff -m comment --comment "cilium:...
I found another iptables problem break cilium . here is the error log ```s level=warning msg="Failed to install iptables rules" error="unable to list OLD_CILIUM_INPUT chain: # Warning: iptables-legacy tables present,...
Thank you for your response, my usage is similar to your first reply. I would like to use an example to better explain my problem. ``` . { metadata my_plugin...
@exherb go test failed
@exherb Thanks for your contribution.
controller 主要服务于下面两个方面: - 中心化 IPAM https://github.com/AliyunContainerService/terway/blob/main/docs/centralized-ipam.md - Pod 维度配置 https://github.com/AliyunContainerService/terway/blob/main/docs/terway-trunk.md
It might be more appropriate to directly expose the annotations and securityContext. Could you please consider adjusting the configuration accordingly?
To improve flexibility and compatibility across Kubernetes versions, it’s a good practice to directly expose annotations and securityContext in the values.yaml file. ```yaml # values.yaml daemon: annotations: {} # Custom...