Skip to content

Commit

Permalink
Merge pull request #507 from amazonlinux/recommended-cni-plugin-version
Browse files Browse the repository at this point in the history
INSTALL: Update recommended CNI plugin version
  • Loading branch information
etungsten authored Nov 13, 2019
2 parents 3cc9e45 + 0e6f12b commit 60181cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Now we can make a configuration change to use a CNI plugin that's compatible wit
```
kubectl patch daemonset aws-node \
-n kube-system \
-p '{"spec": {"template": {"spec": {"containers": [{"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.0-rc3","name":"aws-node"}]}}}}'
-p '{"spec": {"template": {"spec": {"containers": [{"image": "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.6.0-rc4","name":"aws-node"}]}}}}'
```

## Cluster info
Expand Down

0 comments on commit 60181cd

Please sign in to comment.