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: Update K8s TGW tutorial to reliably obtain role ID #18474

Merged
merged 1 commit into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. docs: Update K8s TGW tutorial to reliably obtain role ID

    The `grep` command used to obtain the ID for the terminating gateway
    role is not reliable in all scenarios. For example, if there is a
    similarly named role, the command may return the wrong role ID for the
    active terminating gateway instance.
    
    This commit updates the command to use jq to obtain the role ID. If
    multiple roles are found, jq will raise an error informing the user
    that it cannot reliably determine the role ID.
    blake committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1673852 View commit details
    Browse the repository at this point in the history