Skip to content

Commit

Permalink
fix container init test after removing -address flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhanushkodi committed Feb 18, 2022
1 parent b23bcab commit 7008dec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions control-plane/connect-inject/container_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`,

Expand All @@ -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`,
},
Expand Down Expand Up @@ -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`,

Expand All @@ -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`,
},
Expand Down

0 comments on commit 7008dec

Please sign in to comment.