mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue [CRI] Use DNSOptions passed by CRI in dockershim. When @xlgao-zju is working on the CRI validation test, he found that dockershim is not using the DNSOptions passed in CRI. https://github.com/kubernetes-incubator/cri-tools/pull/30#issuecomment-290644357 This PR fixed the issue. I've manually tried, for `ClusterFirst` DNSPolicy, the resolv.conf will be: ``` nameserver 8.8.8.8 search corp.google.com prod.google.com prodz.google.com google.com options ndots:5 ``` For `Default` DNSPolicy, the resolv.conf will be: ``` nameserver 127.0.1.1 search corp.google.com prod.google.com prodz.google.com google.com ``` @xlgao-zju You should be able to test after this PR is merged. /cc @yujuhong @feiskyer |
||
---|---|---|
.. | ||
cm | ||
errors | ||
remote | ||
testing | ||
BUILD | ||
checkpoint_store.go | ||
checkpoint_store_test.go | ||
convert.go | ||
convert_test.go | ||
doc.go | ||
docker_checkpoint.go | ||
docker_checkpoint_test.go | ||
docker_container.go | ||
docker_container_test.go | ||
docker_image.go | ||
docker_image_test.go | ||
docker_legacy.go | ||
docker_legacy_test.go | ||
docker_sandbox.go | ||
docker_sandbox_test.go | ||
docker_service.go | ||
docker_service_test.go | ||
docker_streaming.go | ||
helpers.go | ||
helpers_test.go | ||
naming.go | ||
naming_test.go | ||
security_context.go | ||
security_context_test.go |