How (if any) it is possible to add options timeout
to /etc/resolv.conf
in docker container running in Kubernetes cluster?
The file is generated, so it's not possible to do that in Dockerfile
. On the other way, it's owned by root, so it's not possible to do that in shell script by starting container either.
I guess it belongs to cluster configuration...