Skip to content

Commit

Permalink
Update the cri.sock name in sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren committed Sep 10, 2020
1 parent c4eb613 commit 8efc32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/master/manifests.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ 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/dockershim.sock", name: "dockershim"},
{mountPath: "/var/run/cri.sock", name: "cri-sock"},
{mountPath: "/run/xtables.lock", name: "xtables-lock"},
],
},
Expand All @@ -206,7 +206,7 @@ local awsnode = {
volumes: [
{name: "cni-bin-dir", hostPath: {path: "/opt/cni/bin"}},
{name: "cni-net-dir", hostPath: {path: "/etc/cni/net.d"}},
{name: "dockershim", hostPath: {path: "/var/run/dockershim.sock"}},
{name: "cri-sock", hostPath: {path: "/var/run/dockershim.sock"}},
{name: "xtables-lock", hostPath: {path: "/run/xtables.lock"}},
{name: "log-dir",
hostPath: {
Expand Down

0 comments on commit 8efc32c

Please sign in to comment.