We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae47beb commit 11680aaCopy full SHA for 11680aa
server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java
@@ -12,7 +12,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
12
13
private static final Logger LOGGER = LoggerFactory.getLogger(EnvoyContainer.class);
14
15
- private static final int DEFAULT_API_VERSION = 2;
+ private static final int DEFAULT_API_VERSION = 3;
16
private static final String CONFIG_DEST = "/etc/envoy/envoy.yaml";
17
private static final String HOST_IP_SCRIPT = "docker/host_ip.sh";
18
private static final String HOST_IP_SCRIPT_DEST = "/usr/local/bin/host_ip.sh";
server/src/test/resources/envoy/ads.v2.config.yaml
0 commit comments