Skip to content

Commit

Permalink
Disable masquerading when cilium is in ENI mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 9, 2023
1 parent 24bece4 commit d507cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/controller/resource/clusterconfigmap/desired.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (r *Resource) GetDesiredState(ctx context.Context, obj interface{}) ([]*cor
},
}

ciliumValues["egressMasqueradeInterfaces"] = "eth0"
ciliumValues["enableIPv4Masquerade"] = false
ciliumValues["tunnel"] = "disabled"
// Used by cilium to tag ENIs it creates and be able to filter and clean them up.
Expand Down

0 comments on commit d507cba

Please sign in to comment.