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

feat!: Added support for multi-project GKE Hub registration #840

Commits on Mar 3, 2021

  1. Added support for multi-project GKE Hub registration

    Added an optional variable HUB_PROJECT_ID which will allow you to specific a seperate
    GCP project for the GKE HUB than the project the cluster is deployed to.
    
    This included updating the 3 examples the leveraged the hub module.
    
    Issue: terraform-google-modules#837
    JamesDuncanNz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a7807a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Adding service idenity resource for multi project deployments

    Ensuring that the Hub default Service Account exists
    when adding a cluster from outside the hub project
    
    Issue: terraform-google-modules#837
    JamesDuncanNz committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    8cd59f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d6a54 View commit details
    Browse the repository at this point in the history
  3. Fix linting issue

    JamesDuncanNz committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    406d5ea View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    9b90936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b290af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fed73d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    4c701b4 View commit details
    Browse the repository at this point in the history