Skip to content

Commit

Permalink
Use containerd.sock for AmazonVPC CNI with containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Dec 27, 2020
1 parent e39f8bc commit 72e7ec6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"name": "log-dir"
- "mountPath": "/var/run/aws-node"
"name": "run-dir"
- "mountPath": "/var/run/dockershim.sock"
- "mountPath": "{{ if eq .ContainerRuntime "containerd" }}/run/containerd/containerd.sock{{ else }}/var/run/dockershim.sock{{ end }}"
"name": "dockershim"
- "mountPath": "/run/xtables.lock"
"name": "xtables-lock"
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann

versions := map[string]string{
"k8s-1.12": "1.5.5-kops.1",
"k8s-1.16": "1.7.5-kops.1",
"k8s-1.16": "1.7.8-kops.1",
}

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ spec:
name: networking.amazon-vpc-routed-eni
selector:
role.kubernetes.io/networking: "1"
version: 1.7.5-kops.1
version: 1.7.8-kops.1

0 comments on commit 72e7ec6

Please sign in to comment.