Skip to content

Commit

Permalink
Add integration test for VPC CNI image fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jul 18, 2024
1 parent a9638b2 commit b863ee7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ spec:
enabled: true
networkCIDR: 172.20.0.0/16
networking:
amazonvpc: {}
amazonvpc:
imageName: image:123
initImageName: initimage:123
networkPolicyAgentImage: networkpolicyagentimage:123
nodeTerminationHandler:
cpuRequest: 50m
deleteSQSMsgIfNodeNotFound: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
version: 9.99.0
- id: k8s-1.16
manifest: networking.amazon-vpc-routed-eni/k8s-1.16.yaml
manifestHash: 516820e30ab3bc0817c018c36ffd1841d5e6c53b553a0ddd8ae98d7d3779c0fc
manifestHash: 84642ad9b609d8e6ce59cbd1bd599e9410416c1619f4734112e1b338c4c4b469
name: networking.amazon-vpc-routed-eni
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ spec:
fieldPath: metadata.name
- name: CLUSTER_NAME
value: minimal.example.com
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni:v1.18.1
image: image:123
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -570,7 +570,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-network-policy-agent:v1.1.1
image: networkpolicyagentimage:123
name: aws-eks-nodeagent
resources:
requests:
Expand All @@ -596,7 +596,7 @@ spec:
value: "false"
- name: ENABLE_IPv6
value: "false"
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon-k8s-cni-init:v1.18.1
image: initimage:123
name: aws-vpc-cni-init
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ spec:
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:
amazonvpc: {}
amazonvpc:
imageName: image:123
initImageName: initimage:123
networkPolicyAgentImage: networkpolicyagentimage:123
nodeTerminationHandler:
enabled: true
enableRebalanceDraining: true
Expand Down

0 comments on commit b863ee7

Please sign in to comment.