envoyproxy/envoy

Install envoy.exe into ProgramData/envoy/bin

Open

#17,232 建立於 2021年7月5日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/windowshelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Install envoy.exe into ProgramData/envoy/bin

Description: Right now, in the envoy-windows image, envoy.exe installs into Program Files/envoy/envoy.exe

While this does match historic install directories, choosing this makes tooling more difficult as for example make struggles with spaces.

It would be easier to install into ProgramData/envoy/bin/envoy.exe similar to the Chocolatey package manager: ProgramData/chocolately/bin/choko.exe.

Doing so wouldn't be completely unconventional, in other words, and we already write files to this directory, ex. ProgramData/envoy/envoy.yaml

貢獻者指南