Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(aws-k8s-cni): move from 1.3.0 -> 1.4.1 #134

Merged
merged 1 commit into from
May 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Improvements

- update(aws-k8s-cni): move from 1.3.0 -> 1.4.1
[#134](https://github.com/pulumi/pulumi-eks/pull/134)
- fix(cluster): export missing instanceRoles in the cluster's CoreData
[#133](https://github.com/pulumi/pulumi-eks/pull/133)

Expand Down
11 changes: 7 additions & 4 deletions nodejs/eks/cni/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ subjects:
namespace: kube-system
---
kind: DaemonSet
apiVersion: extensions/v1beta1
apiVersion: apps/v1
# kubernetes versions before 1.9.0 should use extensions/v1beta1
metadata:
name: aws-node
namespace: kube-system
Expand All @@ -68,7 +69,7 @@ spec:
tolerations:
- operator: Exists
containers:
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:1.3.0
- image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.4.1
imagePullPolicy: Always
ports:
- containerPort: 61678
Expand Down Expand Up @@ -120,9 +121,11 @@ metadata:
spec:
scope: Cluster
group: crd.k8s.amazonaws.com
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
names:
plural: eniconfigs
singular: eniconfig
kind: ENIConfig