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

Handle GKE Connect Gateway URL differences #258

Merged
merged 2 commits into from
Dec 9, 2022
Merged

Commits on Dec 9, 2022

  1. Handle GKE Connect Gateway URL differences

    This PR changes the Connect Gateway builder to always lookup the given membership and determine if the resulting cluster is a GKE cluster. If it is a GKE cluster, it uses the /gkeMemberships collection endpoint. Otherwise, it uses the standard /memberships collection endpiont.
    
    It also drops the e2e test in favor of just using kubectl directly.
    sethvargo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f8f9fb3 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    sethvargo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f813ac7 View commit details
    Browse the repository at this point in the history