linkerd2/testutil
Oliver Gould 25e49433fd
Do not permit cluster networks to be overridden per-pod (#5111)
In #5110 the `global.proxy.destinationGetNetworks` configuration is
renamed to `global.clusterNetworks` to better reflect its purpose.

The `config.linkerd.io/proxy-destination-get-networks` annotation allows
this configuration to be overridden per-workload, but there's no real use
case for this. I don't think we want to support this value differing
between pods in a cluster. No good can come of it.

This change removes support for the `proxy-destination-get-networks`
annotation.
2020-10-21 09:34:13 -07:00
..
annotations.go Integration tests: Warn (instead of erroring) upon pod restarts (#4623) 2020-06-18 06:08:05 -05:00
annotations_test.go Refactor integration tests to use annotations functions (#4341) 2020-05-08 08:41:42 -05:00
doc.go Introduce script to test multiple cloud providers (#2592) 2019-03-29 16:22:30 -07:00
inject.go More comprehensive injection integration test (#5049) 2020-10-14 19:31:56 +03:00
inject_validator.go Do not permit cluster networks to be overridden per-pod (#5111) 2020-10-21 09:34:13 -07:00
install.go Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
kubernetes_helper.go More comprehensive injection integration test (#5049) 2020-10-14 19:31:56 +03:00
logs_events.go test: Relax regex for Endpoint Slices update error (#5083) 2020-10-14 09:16:30 -07:00
stream.go Add integration tests for tap (#1152) 2018-06-19 14:05:36 -07:00
tap.go conformance validation: move `tap_test.go` test helpers to `testutil` (#4800) 2020-07-28 13:12:25 -07:00
test_helper.go tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00