Skip to content

Commit

Permalink
Regenerate configs after changing CRI socket mount name
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Mogren authored and mogren committed Oct 17, 2020
1 parent 54e9df3 commit 339caa1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions config/master/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"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"
"hostNetwork": true
Expand Down Expand Up @@ -218,7 +218,7 @@
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
"name": "cri-sock"
- "hostPath":
"path": "/run/xtables.lock"
"name": "xtables-lock"
Expand Down
6 changes: 3 additions & 3 deletions config/master/aws-k8s-cni-us-gov-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"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"
"hostNetwork": true
Expand Down Expand Up @@ -218,7 +218,7 @@
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
"name": "cri-sock"
- "hostPath":
"path": "/run/xtables.lock"
"name": "xtables-lock"
Expand Down
6 changes: 3 additions & 3 deletions config/master/aws-k8s-cni-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"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"
"hostNetwork": true
Expand Down Expand Up @@ -218,7 +218,7 @@
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
"name": "cri-sock"
- "hostPath":
"path": "/run/xtables.lock"
"name": "xtables-lock"
Expand Down
6 changes: 3 additions & 3 deletions config/master/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"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"
"hostNetwork": true
Expand Down Expand Up @@ -218,7 +218,7 @@
"name": "cni-net-dir"
- "hostPath":
"path": "/var/run/dockershim.sock"
"name": "dockershim"
"name": "cri-sock"
- "hostPath":
"path": "/run/xtables.lock"
"name": "xtables-lock"
Expand Down

0 comments on commit 339caa1

Please sign in to comment.