-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.
Milestone
Description
The kops e2e tests have a couple of test failures related to SessionAffinity. The tests have been broken since those tests were merged into the test suite.
The e2e suite is running kops master with cilium 1.7.1
See https://testgrid.k8s.io/sig-cluster-lifecycle-kops#kops-aws-cni-cilium and https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/e2e-kops-aws-cni-cilium/1251089583362281476
the cilium config-map contains this:
auto-direct-node-routes: "false"
bpf-ct-global-any-max: "262144"
bpf-ct-global-tcp-max: "524288"
cluster-name: default
container-runtime: none
debug: "false"
enable-ipv4: "true"
enable-ipv6: "false"
enable-node-port: "false"
enable-remote-node-identity: "false"
identity-allocation-mode: crd
install-iptables-rules: "true"
kube-proxy-replacement: partial
masquerade: "true"
monitor-aggregation: medium
preallocate-bpf-maps: "false"
sidecar-istio-proxy-image: cilium/istio_proxy
tofqdns-dns-reject-response-code: refused
tofqdns-enable-poller: "false"
tunnel: vxlan
wait-bpf-mount: "false"
Metadata
Metadata
Assignees
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.kind/community-reportThis was reported by a user in the Cilium community, eg via Slack.This was reported by a user in the Cilium community, eg via Slack.