...
Code Block |
---|
使用 pod 的 initContainers:
initContainers:
- command:
- sysctl
- -w
- net.ipv4.tcp_timestamps=0
image: busybox:1.27
name: init-sysctl
securityContext:
privileged: true |
...