Revision b8aba30a9dba845db604823282fb28afdd035eba authored by Paul Chaignon on 19 May 2021, 21:54:14 UTC, committed by Nathan Sweet on 04 June 2021, 16:46:12 UTC
[ upstream commit 320ea0d9e1eaae533ad648c91acc1c63041ef6e3 ]

This commit partially reverts commit a9ecab17278d05b0492d450c239bbfed367f6d5e.

Disabling endpoint routes in an existing cluster is not supported for
now. We first need to find a way to properly remove the endpoint routes
(see previous commit) before we can support this.

We keep the override of endpoint datapath config. for the host endpoint
as otherwise host firewall test will error due to a failure to load
bpf_host.

Signed-off-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
1 parent ddf4433
History
File Mode Size
bpf
config
consul
eks
fuzzing
ginkgo-ext
gke
helpers
k8sT
logger
packet
provision
runtime
standalone
Makefile -rw-r--r-- 1.0 KB
README.md -rw-r--r-- 160 bytes
Vagrantfile -rw-r--r-- 9.7 KB
archive_test_results.sh -rwxr-xr-x 302 bytes
archive_test_results_eks.sh -rwxr-xr-x 303 bytes
get-gh-comment-info.py -rw-r--r-- 606 bytes
get-vagrant-kubeconfig.sh -rwxr-xr-x 304 bytes
kubernetes-netperftest.sh -rwxr-xr-x 507 bytes
kubernetes-test.sh -rwxr-xr-x 4.0 KB
post_build_agent.sh -rwxr-xr-x 376 bytes
print-node-ip.sh -rwxr-xr-x 130 bytes
test_suite_test.go -rw-r--r-- 9.6 KB
test_test.go -rw-r--r-- 726 bytes
vagrant-ci-start.sh -rwxr-xr-x 1.3 KB
vagrant-local-create-box.sh -rwxr-xr-x 567 bytes
vagrant-local-start-runtime.sh -rwxr-xr-x 370 bytes
vagrant-local-start.sh -rwxr-xr-x 743 bytes

README.md

back to top