Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add section for running Envoy via CLI #21811

Merged
merged 5 commits into from
Jul 1, 2022

Commits on Jun 21, 2022

  1. docs: add example for running Envoy via CLI

    Basic example on how to run Envoy from the CLI.
    
    Signed-off-by: Lucas Martinez <57833320+martinezlucas98@users.noreply.github.com>
    martinezlucas98 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    96572db View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Apply suggestions from code review

    Apply @phlax suggestions from code review
    
    Signed-off-by: Lucas Martinez <57833320+martinezlucas98@users.noreply.github.com>
    
    Co-authored-by: phlax <phlax@users.noreply.github.com>
    martinezlucas98 and phlax committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3e29f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. docs: Update "Running the built Envoy binary on the host system" cons…

    …ole command
    
    Resolves Bazel's output path issues as stated in envoyproxy#21811 by @daixiang0 and  @phlax
    
    Signed-off-by: Lucas Martinez <57833320+martinezlucas98@users.noreply.github.com>
    martinezlucas98 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0093ede View commit details
    Browse the repository at this point in the history
  2. docs: Update "Running the built Envoy binary on the host system"

    Information about bazel's command `bazel info bazel-genfiles` seems unnecessary in this section.
    
    Signed-off-by: Lucas Martinez <57833320+martinezlucas98@users.noreply.github.com>
    martinezlucas98 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8c8182c View commit details
    Browse the repository at this point in the history
  3. Move "Running the built Envoy binary..." section above "Testing Envoy…

    … with Bazel"
    
    Signed-off-by: Lucas Martinez <57833320+martinezlucas98@users.noreply.github.com>
    martinezlucas98 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    14b37b9 View commit details
    Browse the repository at this point in the history