-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The maintenance and side-effects of Istio bootstrap integration have proven to be the bulk of effort in maintaining this project, and the bulk of its size. This removes the feature to free us to focus on Envoy, which better aligns with the primary charter of the project. Before: ```bash $ du -k build/bin/*/amd64/getenvoy 77924 build/bin/darwin/amd64/getenvoy 66692 build/bin/linux/amd64/getenvoy ``` Now: ```bash $ du -k build/bin/*/amd64/getenvoy 20768 build/bin/darwin/amd64/getenvoy 18428 build/bin/linux/amd64/getenvoy ``` Signed-off-by: Adrian Cole <adrian@tetrate.io>
- Loading branch information
1 parent
a0de163
commit 46fc4c1
Showing
26 changed files
with
122 additions
and
2,552 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,3 @@ go.sum | |
.bingo | ||
.dockerignore | ||
.idea | ||
|
||
# imported file from istio | ||
envoy_bootstrap.json | ||
configs.yaml |
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
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.