Skip to content

Commit

Permalink
Remove docker.sock since it is not used
Browse files Browse the repository at this point in the history
Resolves #1075
  • Loading branch information
Claes Mogren authored and jayanthvn committed Jul 27, 2020
1 parent 9dae761 commit cbee9e3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
5 changes: 0 additions & 5 deletions config/master/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
"name": "log-dir"
- "mountPath": "/var/run/aws-node"
"name": "run-dir"
- "mountPath": "/var/run/docker.sock"
"name": "dockersock"
- "mountPath": "/var/run/dockershim.sock"
"name": "dockershim"
"hostNetwork": true
Expand All @@ -201,9 +199,6 @@
- "hostPath":
"path": "/etc/cni/net.d"
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/docker.sock"
"name": "dockersock"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
Expand Down
5 changes: 0 additions & 5 deletions config/master/aws-k8s-cni-us-gov-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
"name": "log-dir"
- "mountPath": "/var/run/aws-node"
"name": "run-dir"
- "mountPath": "/var/run/docker.sock"
"name": "dockersock"
- "mountPath": "/var/run/dockershim.sock"
"name": "dockershim"
"hostNetwork": true
Expand All @@ -201,9 +199,6 @@
- "hostPath":
"path": "/etc/cni/net.d"
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/docker.sock"
"name": "dockersock"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
Expand Down
5 changes: 0 additions & 5 deletions config/master/aws-k8s-cni-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
"name": "log-dir"
- "mountPath": "/var/run/aws-node"
"name": "run-dir"
- "mountPath": "/var/run/docker.sock"
"name": "dockersock"
- "mountPath": "/var/run/dockershim.sock"
"name": "dockershim"
"hostNetwork": true
Expand All @@ -201,9 +199,6 @@
- "hostPath":
"path": "/etc/cni/net.d"
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/docker.sock"
"name": "dockersock"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
Expand Down
5 changes: 0 additions & 5 deletions config/master/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
"name": "log-dir"
- "mountPath": "/var/run/aws-node"
"name": "run-dir"
- "mountPath": "/var/run/docker.sock"
"name": "dockersock"
- "mountPath": "/var/run/dockershim.sock"
"name": "dockershim"
"hostNetwork": true
Expand All @@ -201,9 +199,6 @@
- "hostPath":
"path": "/etc/cni/net.d"
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/docker.sock"
"name": "dockersock"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
Expand Down
2 changes: 0 additions & 2 deletions config/master/manifests.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ local awsnode = {
{mountPath: "/host/etc/cni/net.d", name: "cni-net-dir"},
{mountPath: "/host/var/log/aws-routed-eni", name: "log-dir"},
{mountPath: "/var/run/aws-node", name: "run-dir"},
{mountPath: "/var/run/docker.sock", name: "dockersock"},
{mountPath: "/var/run/dockershim.sock", name: "dockershim"},
],
},
Expand All @@ -200,7 +199,6 @@ local awsnode = {
volumes: [
{name: "cni-bin-dir", hostPath: {path: "/opt/cni/bin"}},
{name: "cni-net-dir", hostPath: {path: "/etc/cni/net.d"}},
{name: "dockersock", hostPath: {path: "/var/run/docker.sock"}},
{name: "dockershim", hostPath: {path: "/var/run/dockershim.sock"}},
{name: "log-dir",
hostPath: {
Expand Down

0 comments on commit cbee9e3

Please sign in to comment.