mirror of https://github.com/kubernetes/kops.git
After upgrading Cilium to 1.8 via kops one of our clusters had a total outage due to cilium reporting errors as below: ``` level=error msg="endpoint regeneration failed" containerID= datapathPolicyRevision=0 desiredPolicyRevision=1 endpointID=592 error="Failed to load tc filter: exit status 1" identity=40147 ipv4= ipv6= k8sPodName=/ subsys=endpoint ``` upon searching Cilium slack we found the below thread: https://cilium.slack.com/archives/C1MATJ5U5/p1616400216167600 which recommended setting `enable-host-reachable-services` to true will address the problems. We set the field and it fixed our issues too, however we observed that kops does not have a means to configure this hence this PR. We will like to have this backported after it has been merged. |
||
|---|---|---|
| .. | ||
| install | ||
| model | ||
| registry | ||
| util | ||
| v1alpha2 | ||
| validation | ||
| BUILD.bazel | ||
| bastion.go | ||
| channel.go | ||
| cluster.go | ||
| cluster_test.go | ||
| componentconfig.go | ||
| containerdconfig.go | ||
| doc.go | ||
| dockerconfig.go | ||
| instancegroup.go | ||
| keyset.go | ||
| labels.go | ||
| networking.go | ||
| ntpconfig.go | ||
| parse.go | ||
| parse_test.go | ||
| register.go | ||
| semver_test.go | ||
| sshcredential.go | ||
| status.go | ||
| topology.go | ||
| zz_generated.deepcopy.go | ||