Skip to content

Commit

Permalink
Merge pull request #10442 from hakman/calico-ignore-loose-rpf
Browse files Browse the repository at this point in the history
Allow Calico to run on systems with loose reverse path forwarding
  • Loading branch information
k8s-ci-robot authored Dec 18, 2020
2 parents cbb418c + 25db4eb commit ff5c8f0
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 @@ -813,6 +813,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 @@ -742,7 +742,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
if b.Cluster.Spec.Networking.Calico != nil {
key := "networking.projectcalico.org"
versions := map[string]string{
"k8s-1.12": "3.9.6-kops.1",
"k8s-1.12": "3.9.6-kops.2",
"k8s-1.16": "3.17.1-kops.1",
}

Expand Down

0 comments on commit ff5c8f0

Please sign in to comment.