-
Notifications
You must be signed in to change notification settings - Fork 2
FEATURE: update cilium version to v1.16.1 #84
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
Conversation
enable-local-redirect-policy: "false" | ||
|
||
kube-proxy-replacement: "true" | ||
kube-proxy-replacement: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這個要改回 true,我們已經成功淘汰掉 kube-proxy 了
@@ -50,7 +50,6 @@ data: | |||
identity-gc-interval: "15m0s" | |||
cilium-endpoint-gc-interval: "5m0s" | |||
nodes-gc-interval: "5m0s" | |||
skip-cnp-status-startup-clean: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE: cilium/cilium#29590
@@ -107,6 +112,10 @@ data: | |||
bpf-lb-map-max: "65536" | |||
bpf-lb-external-clusterip: "false" | |||
|
|||
bpf-events-drop-enabled: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expose 'drop' events for Cilium monitor and/or Hubble (default true)
Expose 'policy verdict' events for Cilium monitor and/or Hubble (default true)
Expose 'trace' events for Cilium monitor and/or Hubble (default true)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只是 event,可以留著
@@ -149,23 +156,35 @@ data: | |||
enable-ipv4-masquerade: "true" | |||
enable-ipv4-big-tcp: "false" | |||
enable-ipv6-big-tcp: "false" | |||
enable-ipv6-masquerade: "false" | |||
enable-ipv6-masquerade: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先改回去 false 好了,維持不變
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.
@@ -149,23 +156,35 @@ data: | |||
enable-ipv4-masquerade: "true" | |||
enable-ipv4-big-tcp: "false" | |||
enable-ipv6-big-tcp: "false" | |||
enable-ipv6-masquerade: "false" | |||
enable-ipv6-masquerade: "true" | |||
enable-tcx: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE: cilium/ebpf#1117
kube-proxy-replacement-healthz-bind-address: "" | ||
bpf-lb-sock: "false" | ||
bpf-lb-sock-terminate-pod-connections: "false" | ||
enable-host-port: "false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
host port 我們有用到,需要開回來
No description provided.