Skip to content

Commit

Permalink
Add CHANGELOG entry for #370 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Aug 18, 2020
1 parent bbb4c53 commit e5c8335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Set `AWS_VPC_K8S_CNI_EXTERNALSNAT=false`, to fix communication with TCs.

### Fixed

- Restart `k8s-addons.service` on failure.
Expand Down
4 changes: 2 additions & 2 deletions templates/files/k8s-resource/aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ spec:
## Explicit interface naming
- name: AWS_VPC_K8S_CNI_VETHPREFIX
value: eni
## Disable SNAT as we setup NATGW in the route tables
- name: AWS_VPC_K8S_CNI_EXTERNALSNAT
## Disable SNAT as we setup NATGW in the route tables
- name: AWS_VPC_K8S_CNI_EXTERNALSNAT
value: "false"
resources:
requests:
Expand Down

0 comments on commit e5c8335

Please sign in to comment.