Skip to content

Commit

Permalink
fix aws-k8s-cni manifest (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdn5126 authored Aug 31, 2023
1 parent 02dbdf5 commit 74188a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion config/master/aws-k8s-cni-us-gov-east-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,21 @@ metadata:
k8s-app: aws-node
app.kubernetes.io/version: "v1.15.0"
---
# Source: aws-vpc-cni/templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: amazon-vpc-cni
namespace: kube-system
labels:
app.kubernetes.io/name: aws-node
app.kubernetes.io/instance: aws-vpc-cni
k8s-app: aws-node
app.kubernetes.io/version: "v1.15.0"
data:
enable-windows-ipam: "false"
enable-network-policy-controller: "false"
---
# Source: aws-vpc-cni/templates/clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -507,7 +522,7 @@ spec:
- mountPath: /var/run/aws-node
name: run-dir
volumes:
- name: bpf-pin-path
- name: bpf-pin-path
hostPath:
path: /sys/fs/bpf
- name: cni-bin-dir
Expand Down
2 changes: 1 addition & 1 deletion config/master/aws-k8s-cni-us-gov-west-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ spec:
- mountPath: /var/run/aws-node
name: run-dir
volumes:
- name: bpf-pin-path
- name: bpf-pin-path
hostPath:
path: /sys/fs/bpf
- name: cni-bin-dir
Expand Down
2 changes: 1 addition & 1 deletion config/master/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ spec:
- mountPath: /var/run/aws-node
name: run-dir
volumes:
- name: bpf-pin-path
- name: bpf-pin-path
hostPath:
path: /sys/fs/bpf
- name: cni-bin-dir
Expand Down

0 comments on commit 74188a5

Please sign in to comment.