Skip to content
Snippets Groups Projects
Commit 1cc9ed03 authored by Spyridon Trigazis's avatar Spyridon Trigazis
Browse files

[cern] mount /etc/hosts to kubelet

parent aa1a546a
No related branches found
No related tags found
1 merge request!26[cern] mount /etc/hosts to kubelet
Pipeline #
KUBE_TAG="v1.11.1" KUBE_TAG="v1.11.1"
DOCKER_TAG="17.09-1" DOCKER_TAG="17.09-1"
RELEASE="7" RELEASE="8"
...@@ -304,6 +304,15 @@ ...@@ -304,6 +304,15 @@
"ro" "ro"
] ]
}, },
{
"type": "bind",
"source": "/etc/hosts",
"destination": "/etc/hosts",
"options": [
"rbind",
"ro"
]
},
{ {
"type": "bind", "type": "bind",
"source": "/etc/pki", "source": "/etc/pki",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment