I would like to set net.ipv4.tcp_timestamps=0
in Pods of my k8s cluster, However it gives me error:
sysctl: cannot stat /proc/sys/net/ipv4/tcp_timestamps: No such file or directory"
Same issue with container directly created with docker run
command. Anyway to set the parameter in container/Pod? Thanks.