Skip to content

Commit

Permalink
Merge pull request #10446 from hakman/automated-cherry-pick-of-#10442…
Browse files Browse the repository at this point in the history
…-upstream-release-1.18

Automated cherry pick of #10442: Allow Calico to run on systems with loose reverse path
  • Loading branch information
k8s-ci-robot committed Dec 18, 2020
2 parents a9e6b64 + 32df224 commit 3410b42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ spec:
# Set Felix endpoint to host default action to ACCEPT.
- name: FELIX_DEFAULTENDPOINTTOHOSTACTION
value: "ACCEPT"
# Allow Felix to run on systems with loose reverse path forwarding (RPF)
- name: FELIX_IGNORELOOSERPF
value: "true"
# Disable IPv6 on Kubernetes.
- name: FELIX_IPV6SUPPORT
value: "false"
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
versions := map[string]string{
"k8s-1.7": "2.6.12-kops.1",
"k8s-1.7-v3": "3.8.0-kops.2",
"k8s-1.12": "3.9.6-kops.1",
"k8s-1.12": "3.9.6-kops.2",
"k8s-1.16": "3.15.3-kops.3",
}

Expand Down

0 comments on commit 3410b42

Please sign in to comment.