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: improve Host Firewall GSG #13673

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Commits on Oct 22, 2020

  1. docs: improve Host Firewall GSG

    Fixes:
    
    - Fix Helm option: "--set devices=ethX,ethY" does not work (missing
      curly braces and quotes).
    - Rename one occurrence of "access=ssh" into "node-access=ssh", for
      consistency.
    - Add a missing closing parenthesis at the end of the command that sets
      the HOST_EP_ID variable.
    - Use jsonpath and kubectl's options in one command to avoid piping the
      output to jq.
    
    Additions:
    
    - Explain what the interfaces passed to the "--devices" option are for.
      This is mostly copied from the description in the Host Policies
      description (Layer 3 Examples).
    - Explain that per-endpoint routing is not compatible with the host
      firewall and must be disabled, in particular on managed environments
      like GKE.
    - Add node label removal to the clean-up section.
    - Format shell session code as shell session code.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    7ac2bb4 View commit details
    Browse the repository at this point in the history