From 7008deca68b7ee6bdbe1d32edb2f6c406fd648df Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Fri, 18 Feb 2022 00:19:01 -0800 Subject: [PATCH] fix container init test after removing -address flag --- control-plane/connect-inject/container_init_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/control-plane/connect-inject/container_init_test.go b/control-plane/connect-inject/container_init_test.go index 681ab28f08..f536ba68f0 100644 --- a/control-plane/connect-inject/container_init_test.go +++ b/control-plane/connect-inject/container_init_test.go @@ -819,7 +819,6 @@ consul-k8s-control-plane connect-init -pod-name=${POD_NAME} -pod-namespace=${POD # Generate the envoy bootstrap code /consul/connect-inject/consul connect envoy \ -proxy-id="$(cat /consul/connect-inject/proxyid-web)" \ - -address=127.0.0.1:20000 \ -admin-bind=127.0.0.1:19000 \ -bootstrap > /consul/connect-inject/envoy-bootstrap-web.yaml`, @@ -834,7 +833,6 @@ consul-k8s-control-plane connect-init -pod-name=${POD_NAME} -pod-namespace=${POD # Generate the envoy bootstrap code /consul/connect-inject/consul connect envoy \ -proxy-id="$(cat /consul/connect-inject/proxyid-web-admin)" \ - -address=127.0.0.1:20001 \ -admin-bind=127.0.0.1:19001 \ -bootstrap > /consul/connect-inject/envoy-bootstrap-web-admin.yaml`, }, @@ -874,7 +872,6 @@ consul-k8s-control-plane connect-init -pod-name=${POD_NAME} -pod-namespace=${POD /consul/connect-inject/consul connect envoy \ -proxy-id="$(cat /consul/connect-inject/proxyid-web)" \ -token-file="/consul/connect-inject/acl-token-web" \ - -address=127.0.0.1:20000 \ -admin-bind=127.0.0.1:19000 \ -bootstrap > /consul/connect-inject/envoy-bootstrap-web.yaml`, @@ -894,7 +891,6 @@ consul-k8s-control-plane connect-init -pod-name=${POD_NAME} -pod-namespace=${POD /consul/connect-inject/consul connect envoy \ -proxy-id="$(cat /consul/connect-inject/proxyid-web-admin)" \ -token-file="/consul/connect-inject/acl-token-web-admin" \ - -address=127.0.0.1:20001 \ -admin-bind=127.0.0.1:19001 \ -bootstrap > /consul/connect-inject/envoy-bootstrap-web-admin.yaml`, },