-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
istio-agent: generate proxyless gRPC bootstrap with cert config (#33269)
* generate proxyless gRPC bootstrap in agent Change-Id: Ia258097cc1da6f41bed8d5e60f676ca73103824d * cleanup replace fails Change-Id: I10cc17e3659dd070b2455de3d04507f088ed3797 * echo per-call xds Change-Id: Ia62a9045b0c9cfb579aa6a8f2c8200324fe0af66 * unit test Change-Id: Ifb2375977c1bf1edddb52c5f993a2b889f86479d * create samples directory with templates Change-Id: I443c7a14cf40e4f9bc5e535e800eb5331467635d * use agent in proxyless integration test Change-Id: I3890ac8a99b8fe9a0731aad21191a741df837e81 * debug Change-Id: Icc5356ef20cec8e9329d50d097472746ef2b02aa * attempt template fixes Change-Id: I9960bc0255b977cad921f33966cb8e987d4c2713 * more template fixes Change-Id: I9adddc49bdf7fed2cfe14388a5cb9804d78ed24e * block exit Change-Id: I7d6e0f4662f74058bee9df0c353b23442931c6dd * fix readiness probe Change-Id: I0d2c6e1f02435c6dd0eec1fb89dc20310517a5e1 * use statusPort for readiness probe Change-Id: I9952ffc6e0b4b9e0a5e25692609c8e843470a0e9 * disable agent DNS Change-Id: I5dc03ad52eb8dbca30d6240d5e9c48976c17ac6c * echo: give more information about failure to ready Change-Id: I0b079591187d049b8e18f6037ece924c14495f41 * tf: don't wait for envoy config Change-Id: I78a54912664dbd72c75c0c2f7d631c4ee9a22106 * cleanup dump Change-Id: If89133e90f4e95ef92bab4c1bde25272da8490d9 * fix template Change-Id: I43b0e2c4afbef078a57a92815372e6dd5fd8b694 * match bootstrap to gRPC instead of godoc Change-Id: Ic34c89d6bc541b09e21ce71cc028dcf88356d7af * use UDS Change-Id: Id4e0a629c97be0265b712aeb7a7260cf1c318aa8 * use server features instead of env for v3 support Change-Id: I11ced33af07458b6d3f163f89ced775c8de4bd73 * set grpc gen Change-Id: Iafa02f9d693b7adf70fb7043375b2e8ca7183fac * misc cleanup Change-Id: Icbeb8d2d539883d32bbb84f947f513ad95f43698 * exclude external svc target Change-Id: I908f8ab68c4796e62a550880e5185a671128c9d1 * cleanup envoy disable Change-Id: I1e80e7a78838b58d059321c40c99ad831e9ff5f0 * make unit tests deterministic Change-Id: Ide55d5322659195597f66d9e69a523d14dcc9751 * grpcgen: basic mTLS support Change-Id: I2958f0e6557ffb950687287e3a31b587d2c70126 * trim template Change-Id: Ib611a9c4253b8f34cdf3b9a084035ce65ae1b6a3 * use env instead of flag Change-Id: Id201f9ae2f2028664f6ee85cf93fd06b50a89d1a * ready probe Change-Id: I8bfa491190e8d936863f320c4aadacb626778667 * lint Change-Id: I5856b2eb4b35224fa60919c94695cf9bebb38202 * mdlint Change-Id: I6c97236c1b1dbc0d208c7f00980e644e03ed0ff3 * gen Change-Id: I224aa28bbe23079a0c0c2833ea6a58449c6af4a5 * cleanup bad renames Change-Id: I5d0725b9b3aec02d7ea4bd0a2ac5e243ec694ab6 * simplify templates Change-Id: I649ad6e6ddd3aebe5d745366eca1f21d840f2e49 * grpc templates in default install Change-Id: Idf830c317f2977e0f666502a2b12eef3e2ba8ba7 * reduce grpc env Change-Id: Iab279af4e4a8bbeca364aa918a4f85d85745dc57 * gen templ * cleanup Change-Id: I45f9057867d52b3da946d4f6308491f0ec09c113 * rename istio-proxy to istio-agent to avoid CNI Change-Id: I4e47bd7692fb8fe6f814cb227dc33d59bbfc52c3 * Revert "rename istio-proxy to istio-agent to avoid CNI" This reverts commit 76ec858. * add annotation to exclude pod from CNI Change-Id: I44fd5c9824bc71cb480b52b1468fea05724905d0 * cni unit test Change-Id: I8664051111a3effb71741d6050021ddf5e1633ce * inspect env instead of using annotation Change-Id: I1ed9c541e0dfb98b8913601bc040a8ca4199dd05
- Loading branch information
Showing
29 changed files
with
1,149 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.